test: refactor store manager tests for changes

Refs: 9f3ebf6e98d0fc8a7d32e251a4468866bd55a076 OPS-22
This commit is contained in:
Christoph J. Scherr 2025-02-25 17:56:47 +01:00
parent 4ce43ec54d
commit 588cbeb001
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB
2 changed files with 5 additions and 3 deletions

View file

@ -14,4 +14,4 @@ def temp_data_dir():
@pytest.fixture(scope="session")
def store_manager(temp_data_dir):
return StoreManager(temp_data_dir/"store.db")
return StoreManager(temp_data_dir/"store.json")