Update tests

This commit is contained in:
Erik Johnston 2015-11-17 18:38:48 +00:00
parent cbf3cd6151
commit bd3de8f39a
3 changed files with 17 additions and 0 deletions

View file

@ -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"))
)