mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 06:51:46 +01:00
and again
This commit is contained in:
parent
802cb5dcf0
commit
4868b12029
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
|
||||||
timeout=20000,
|
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(
|
put_json.assert_called_once_with(
|
||||||
"farm",
|
"farm",
|
||||||
path="/_matrix/federation/v1/send/1000000",
|
path="/_matrix/federation/v1/send/1000000",
|
||||||
|
|
Loading…
Reference in a new issue