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

Commit

Permalink
Update test_module_cache_invalidation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Velten authored Sep 13, 2022
1 parent d08c351 commit 0720791
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 0720791

Please sign in to comment.