mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-15 00:17:33 +00:00
Fix show originalTitle in test
This commit is contained in:
parent
13815f4388
commit
c585ec6bbf
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ def test_video_Show_attrs(show):
|
|||
assert len(show.locations) == 1
|
||||
assert len(show.locations[0]) >= 10
|
||||
assert utils.is_datetime(show.originallyAvailableAt)
|
||||
assert show.originalTitle == ""
|
||||
assert show.originalTitle is None
|
||||
assert show.rating >= 8.0
|
||||
assert utils.is_int(show.ratingKey)
|
||||
assert sorted([i.tag for i in show.roles])[:4] == [
|
||||
|
|
Loading…
Reference in a new issue