mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 12:58:26 +00:00
assert correction for defaulting show advanced settings
This commit is contained in:
parent
fa54430a54
commit
7caee834da
1 changed files with 1 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue