mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 12:58:26 +00:00
Fix country metadata test (#614)
This commit is contained in:
parent
a1a42b8add
commit
623229bd38
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ def test_audio_Artist_attr(artist):
|
|||
artist.reload()
|
||||
assert utils.is_datetime(artist.addedAt)
|
||||
if artist.countries:
|
||||
assert "United States" in [i.tag for i in artist.countries]
|
||||
assert "United States of America" in [i.tag for i in artist.countries]
|
||||
#assert "Electronic" in [i.tag for i in artist.genres]
|
||||
assert utils.is_string(artist.guid, gte=5)
|
||||
assert artist.index == "1"
|
||||
|
|
Loading…
Add table
Reference in a new issue