File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,6 @@ def test_video_Movie_attrs(movies):
135
135
assert audio ._server ._baseurl == utils .SERVER_BASEURL
136
136
assert audio .title is None
137
137
assert audio .type == 2
138
- with pytest .raises (AttributeError ):
139
- assert audio .albumGain is None # Check track only attributes are not available
140
138
# Media
141
139
media = movie .media [0 ]
142
140
assert media .aspectRatio >= 1.3
@@ -160,8 +158,6 @@ def test_video_Movie_attrs(movies):
160
158
assert media .videoProfile == "main"
161
159
assert media .videoResolution in utils .RESOLUTIONS
162
160
assert utils .is_int (media .width , gte = 200 )
163
- with pytest .raises (AttributeError ):
164
- assert media .aperture is None # Check photo only attributes are not available
165
161
# Video
166
162
video = movie .media [0 ].parts [0 ].videoStreams ()[0 ]
167
163
assert video .anamorphic is None
You can’t perform that action at this time.
0 commit comments