Skip to content
Snippets Groups Projects
Commit 0bfea9a2 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

fix tests

parent 5a16cb4b
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,7 @@ class DirectoryTestCase(unittest.TestCase): ...@@ -93,6 +93,7 @@ class DirectoryTestCase(unittest.TestCase):
"room_alias": "#another:remote", "room_alias": "#another:remote",
}, },
retry_on_dns_fail=False, retry_on_dns_fail=False,
ignore_backoff=True,
) )
@defer.inlineCallbacks @defer.inlineCallbacks
......
...@@ -119,7 +119,8 @@ class ProfileTestCase(unittest.TestCase): ...@@ -119,7 +119,8 @@ class ProfileTestCase(unittest.TestCase):
self.mock_federation.make_query.assert_called_with( self.mock_federation.make_query.assert_called_with(
destination="remote", destination="remote",
query_type="profile", query_type="profile",
args={"user_id": "@alice:remote", "field": "displayname"} args={"user_id": "@alice:remote", "field": "displayname"},
ignore_backoff=True,
) )
@defer.inlineCallbacks @defer.inlineCallbacks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment