mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Fix library timeline test (#1400)
This commit is contained in:
parent
24f07fd94a
commit
f5126a7ff1
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ def test_library_section_timeline(plex, movies):
|
|||
assert tl.title1 == "Movies"
|
||||
assert utils.is_int(tl.updateQueueSize, gte=0)
|
||||
assert tl.viewGroup == "secondary"
|
||||
assert tl.viewMode == 65592
|
||||
assert tl.viewMode is None
|
||||
|
||||
|
||||
def test_library_MovieSection_hubSearch(movies):
|
||||
|
|
Loading…
Reference in a new issue