assert correction for defaulting show advanced settings

This commit is contained in:
blacktwin 2020-06-18 09:56:21 -04:00
parent fa54430a54
commit 7caee834da

View file

@ -579,10 +579,7 @@ def test_video_Show_editAdvanced_default(show):
show.defaultAdvanced()
show.reload()
for pref in show.preferences():
if pref.id == 'flattenSeasons':
assert int(pref.value) == int(pref.default)
if pref.id == 'episodeSort':
assert int(pref.value) == int(pref.default)
assert int(pref.value) == int(pref.default)
def test_video_Show_reload(plex):