Skip to content

Commit fba0824

Browse files
committed
fix damn typo
1 parent 368482f commit fba0824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_myplex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ def test_myplex_inviteFriend_remove(account, plex, mocker):
131131

132132
assert inv_user not in [u.title for u in account.users()]
133133

134-
with utils.callable_http_patch(mock):
134+
with utils.callable_http_patch(mocker):
135135
account.removeFriend(inv_user)

0 commit comments

Comments
 (0)