mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-25 05:00:22 +00:00
Cannot test myplex device with changing device name from parallel tests
This commit is contained in:
parent
ac549bbd90
commit
0411449a70
1 changed files with 0 additions and 3 deletions
|
@ -56,10 +56,7 @@ def test_myplex_devices(account):
|
|||
|
||||
|
||||
def test_myplex_device(account, plex):
|
||||
from plexapi import X_PLEX_DEVICE_NAME
|
||||
|
||||
assert account.device(plex.friendlyName)
|
||||
assert account.device(X_PLEX_DEVICE_NAME)
|
||||
|
||||
|
||||
def _test_myplex_connect_to_device(account):
|
||||
|
|
Loading…
Reference in a new issue