fix damn typo

This commit is contained in:
Hellowlol 2017-10-27 01:18:21 +02:00
parent 368482fd11
commit fba0824ddd

View file

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