Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
odelcroi committed Dec 5, 2024
1 parent 6cc9fd2 commit b64c397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_proconnect_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ProConnectMappingTest(aiounittest.AsyncTestCase):
#def setUp(self) -> None:

async def test_with_map_should_replace(self):
self.module = create_module({"user_id_lookup_fallback_rules":{"new.fr": "beta.fr"}})
self.module = create_module({"user_id_lookup_fallback_rules":{"very-new.fr": "beta.fr", "new.fr": "beta.fr"}})
# Call the tested function with an email that requires replacement
user_id = await self.module.search_user_id_by_threepid("[email protected]")
# Assertions
Expand Down

0 comments on commit b64c397

Please sign in to comment.