Cannot test myplex device with changing device name from parallel tests

This commit is contained in:
JonnyWong16 2020-12-06 18:55:25 -08:00
parent ac549bbd90
commit 0411449a70
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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):