Skip to content
Snippets Groups Projects
Verified Commit 4487eb4c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Ensure cache cleaning in preferences fixture

parent 7cf09762
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ def nodb_factories():
@pytest.fixture
def preferences(db):
def preferences(db, cache):
manager = global_preferences_registry.manager()
manager.all()
yield manager
......
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