mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:56:02 -04:00
Update tests
This commit is contained in:
parent
cbf3cd6151
commit
bd3de8f39a
3 changed files with 17 additions and 0 deletions
|
@ -218,6 +218,7 @@ class TypingNotificationsTestCase(unittest.TestCase):
|
|||
}
|
||||
),
|
||||
json_data_callback=ANY,
|
||||
long_retries=True,
|
||||
),
|
||||
defer.succeed((200, "OK"))
|
||||
)
|
||||
|
@ -284,6 +285,7 @@ class TypingNotificationsTestCase(unittest.TestCase):
|
|||
}
|
||||
),
|
||||
json_data_callback=ANY,
|
||||
long_retries=True,
|
||||
),
|
||||
defer.succeed((200, "OK"))
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue