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 368482f commit fba0824Copy full SHA for fba0824
tests/test_myplex.py
@@ -131,5 +131,5 @@ def test_myplex_inviteFriend_remove(account, plex, mocker):
131
132
assert inv_user not in [u.title for u in account.users()]
133
134
- with utils.callable_http_patch(mock):
+ with utils.callable_http_patch(mocker):
135
account.removeFriend(inv_user)
0 commit comments