We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1532d20 commit 47504f9Copy full SHA for 47504f9
1 file changed
tests/test_video.py
@@ -1204,7 +1204,7 @@ def test_video_Season_episode(show):
1204
def test_video_Season_episodes(show):
1205
episodes = show.season("Season 2").episodes()
1206
assert len(episodes) >= 1
1207
-
+
1208
1209
def test_video_Season_episode_guids(show):
1210
plexapi.base.USER_DONT_RELOAD_FOR_KEYS.add('guids')
@@ -1224,7 +1224,7 @@ def test_video_Season_show_guids(show):
1224
try:
1225
a_show = show.season("Season 1").show()
1226
assert a_show
1227
- assert 'tmdb://1399' in [i.id for i in a_show.guids]
+ assert 'tmdb://1399' in [i.id for i in a_show.guids]
1228
finally:
1229
plexapi.base.USER_DONT_RELOAD_FOR_KEYS.remove('guids')
1230
0 commit comments