diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-11 18:22:26 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-11 18:22:26 +0000 |
commit | 4868b120297b1f7951379821483ab8f6a6aa0903 (patch) | |
tree | e6ca006b3590a51893a5b1af8631729f9180bb46 /tests/handlers | |
parent | Fix syntax error (diff) | |
download | synapse-4868b120297b1f7951379821483ab8f6a6aa0903.tar.xz |
and again
Diffstat (limited to 'tests/handlers')
-rw-r--r-- | tests/handlers/test_typing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py index 75d00c9209..5a3670c939 100644 --- a/tests/handlers/test_typing.py +++ b/tests/handlers/test_typing.py @@ -177,7 +177,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase): timeout=20000, )) - 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", |