mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 19:15:51 +03:00
Fix syntax error
This commit is contained in:
parent
66f205e93d
commit
802cb5dcf0
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue