mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-20 04:42:26 -05:00
Correct argument name
This commit is contained in:
parent
0ea8582f8b
commit
97653ef1f4
1 changed files with 2 additions and 2 deletions
|
|
@ -192,7 +192,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
|
||||||
json_data_callback=ANY,
|
json_data_callback=ANY,
|
||||||
long_retries=True,
|
long_retries=True,
|
||||||
backoff_on_404=True,
|
backoff_on_404=True,
|
||||||
trailing_slashes_on_404=True,
|
try_trailing_slash_on_404=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_started_typing_remote_recv(self):
|
def test_started_typing_remote_recv(self):
|
||||||
|
|
@ -270,7 +270,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
|
||||||
json_data_callback=ANY,
|
json_data_callback=ANY,
|
||||||
long_retries=True,
|
long_retries=True,
|
||||||
backoff_on_404=True,
|
backoff_on_404=True,
|
||||||
trailing_slashes_on_404=True,
|
try_trailing_slash_on_404=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
self.assertEquals(self.event_source.get_current_key(), 1)
|
self.assertEquals(self.event_source.get_current_key(), 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue