We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d3895 commit 4a6e795Copy full SHA for 4a6e795
tests/test_server.py
@@ -421,7 +421,7 @@ def test_server_system_accounts(plex):
421
assert account.defaultSubtitleLanguage == "en"
422
assert utils.is_int(account.id, gte=0)
423
assert len(account.key)
424
- assert "" if account.id == 0 else len(account.name)
+ assert (account.name == "") if account.id == 0 else len(account.name)
425
assert account.subtitleMode == 0
426
assert account.thumb == ""
427
assert account.accountID == account.id
0 commit comments