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

@ -197,6 +197,7 @@ class FederationTestCase(unittest.TestCase):
'pdu_failures': [],
},
json_data_callback=ANY,
long_retries=True,
)
@defer.inlineCallbacks
@ -228,6 +229,7 @@ class FederationTestCase(unittest.TestCase):
'pdu_failures': [],
},
json_data_callback=ANY,
long_retries=True,
)
@defer.inlineCallbacks