Skip to content

Commit c5e9333

Browse files
try to stabilise test_video_Movie_attrs
1 parent 6d0f029 commit c5e9333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_video_Movie_attrs(movies):
118118
assert float(movie.rating) >= 6.4
119119
#assert movie.ratingImage == 'rottentomatoes://image.rating.ripe'
120120
assert movie.ratingKey >= 1
121-
assert sorted([i.tag for i in movie.roles])[:4] == ['Aladdin Ullah', 'Annette Hanshaw', 'Aseem Chhabra', 'Bhavana Nagulapally'] # noqa
121+
assert set(sorted([i.tag for i in movie.roles])) >= {'Aladdin Ullah', 'Annette Hanshaw', 'Aseem Chhabra', 'Debargo Sanyal'} # noqa
122122
assert movie._server._baseurl == utils.SERVER_BASEURL
123123
assert movie.sessionKey is None
124124
assert movie.studio == 'Nina Paley'

0 commit comments

Comments
 (0)