Ensure cache cleaning in preferences fixture
This commit is contained in:
parent
7cf097626b
commit
4487eb4cca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue