Skip to content

Commit

Permalink
use @ in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
odelcroi committed Dec 16, 2024
1 parent 6949a15 commit d902d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_proconnect_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ProConnectMappingTest(aiounittest.AsyncTestCase):
async def test_module(self):
self.module = create_module({"user_id_lookup_fallback_rules":
[
{"match":"very-new.fr", "search": "beta.fr"},
{ "match":"new.fr","search":"beta.fr"}
{"match":"@very-new.fr", "search": "@beta.fr"},
{ "match":"@new.fr","search":"@beta.fr"}
]})
# Call the tested function with an email that requires replacement
# user_id = await self.module.search_user_id_by_threepid("[email protected]")
Expand Down

0 comments on commit d902d65

Please sign in to comment.