Skip to content
Snippets Groups Projects
Commit 66f205e9 authored by Andrew Morgan's avatar Andrew Morgan
Browse files

We're calling different functions now

parent f18dca26
Branches
Tags
No related merge requests found
...@@ -177,7 +177,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase): ...@@ -177,7 +177,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
timeout=20000, timeout=20000,
)) ))
put_json = self.hs.get_http_client().put_json put_json = self.hs.get_http_client().put_json_with_trailing_slashes_on_404(
put_json.assert_called_once_with( put_json.assert_called_once_with(
"farm", "farm",
path="/_matrix/federation/v1/send/1000000", path="/_matrix/federation/v1/send/1000000",
...@@ -254,7 +254,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase): ...@@ -254,7 +254,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
[call('typing_key', 1, rooms=[ROOM_ID])] [call('typing_key', 1, rooms=[ROOM_ID])]
) )
put_json = self.hs.get_http_client().put_json put_json = self.hs.get_http_client().put_json_with_trailing_slashes_on_404(
put_json.assert_called_once_with( put_json.assert_called_once_with(
"farm", "farm",
path="/_matrix/federation/v1/send/1000000", path="/_matrix/federation/v1/send/1000000",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment