Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove now useless line in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Velten committed Sep 20, 2022
1 parent 5c2355b commit 3d55375
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/replication/test_module_cache_invalidation.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ class ModuleCacheInvalidationTestCase(BaseMultiWorkerStreamTestCase):
]

def test_module_cache_full_invalidation(self):
# This is supposed to be useless, but something definitively
# get initialized regarding replication there since it doesn't work without it
self.register_user("user", "pass")

main_cache = TestCache()
self.hs.get_module_api().register_cached_function(main_cache.cached_function)

Expand Down

0 comments on commit 3d55375

Please sign in to comment.