mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-25 13:10:17 +00:00
fix damn typo
This commit is contained in:
parent
368482fd11
commit
fba0824ddd
1 changed files with 1 additions and 1 deletions
|
@ -131,5 +131,5 @@ def test_myplex_inviteFriend_remove(account, plex, mocker):
|
|||
|
||||
assert inv_user not in [u.title for u in account.users()]
|
||||
|
||||
with utils.callable_http_patch(mock):
|
||||
with utils.callable_http_patch(mocker):
|
||||
account.removeFriend(inv_user)
|
||||
|
|
Loading…
Reference in a new issue