fix some logs

This commit is contained in:
Amber H. Brown 2019-06-27 19:09:59 +10:00
parent 69490ad447
commit 535e8ea79f

View file

@ -190,6 +190,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
json_data_callback=ANY,
long_retries=True,
backoff_on_404=True,
retry_on_dns_fail=False,
try_trailing_slash_on_400=True,
)
@ -263,6 +264,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
),
json_data_callback=ANY,
long_retries=True,
retry_on_dns_fail=False,
backoff_on_404=True,
try_trailing_slash_on_400=True,
)