mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Fix test 015
This commit is contained in:
parent
ad4be508a1
commit
b969ec5cfa
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ def test_014_list_video_tags(plex, user=None):
|
|||
|
||||
def test_015_list_devices(plex, user=None):
|
||||
assert user, 'Must specify username, password & resource to run this test.'
|
||||
for device in user.devices():
|
||||
for device in user.resources():
|
||||
log(2, device.name or device.product)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue