mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 03:33:08 +00:00
correct assertion for default and value comparision.
This commit is contained in:
parent
ab41c1bdd5
commit
337ad9d88c
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ def test_video_Show_editAdvanced_default(show):
|
|||
show.defaultAdvanced()
|
||||
show.reload()
|
||||
for pref in show.preferences():
|
||||
assert int(pref.value) == int(pref.default)
|
||||
assert pref.value == pref.default
|
||||
|
||||
|
||||
def test_video_Show_reload(plex):
|
||||
|
|
Loading…
Reference in a new issue