summary refs log tree commit diff
path: root/tests/handlers
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-03-11 18:08:28 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-03-11 18:08:28 +0000
commit802cb5dcf05d99d7bd1873c2e25df1ab6bf9d4d2 (patch)
tree42003d00f0c6755a04ccd5a893ca818c8df3c310 /tests/handlers
parentWe're calling different functions now (diff)
downloadsynapse-802cb5dcf05d99d7bd1873c2e25df1ab6bf9d4d2.tar.xz
Fix syntax error
Diffstat (limited to 'tests/handlers')
-rw-r--r--tests/handlers/test_typing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py
index 8589a2ee9d..75d00c9209 100644
--- a/tests/handlers/test_typing.py
+++ b/tests/handlers/test_typing.py
@@ -254,7 +254,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
             [call('typing_key', 1, rooms=[ROOM_ID])]
         )
 
-        put_json = self.hs.get_http_client().put_json_with_trailing_slashes_on_404(
+        put_json = self.hs.get_http_client().put_json_with_trailing_slashes_on_404
         put_json.assert_called_once_with(
             "farm",
             path="/_matrix/federation/v1/send/1000000",