File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ def test_myplex_onlineMediaSources_optOut(account):
155155 onlineMediaSources [0 ]._updateOptOut ('unknown' )
156156
157157
158+ @pytest .mark .xfail (reason = "Missing sections in account server endpoint for some reason" )
158159def test_myplex_inviteFriend (account , plex , mocker ):
159160 inv_user = "hellowlol"
160161 vid_filter = {"contentRating" : ["G" ], "label" : ["foo" ]}
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ def test_server_allowMediaDeletion(account):
415415def test_server_system_accounts (plex ):
416416 accounts = plex .systemAccounts ()
417417 assert len (accounts )
418- account = accounts [- 1 ]
418+ account = accounts [0 ]
419419 assert utils .is_bool (account .autoSelectAudio )
420420 assert account .defaultAudioLanguage == "en"
421421 assert account .defaultSubtitleLanguage == "en"
You can’t perform that action at this time.
0 commit comments