Skip to content
Snippets Groups Projects
Commit f0533228 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: cache test

parent c8456459
Branches f-debian
No related tags found
2 merge requests!59FIX: if multiple updates for one entity exist, the retrieve would result in an...,!56F insert auth
Pipeline #28069 failed
......@@ -42,8 +42,8 @@ class CacheTest(unittest.TestCase):
return c
def setUp(self):
self.cache = UpdateCache(db_file=NamedTemporaryFile(delete=False).name)
self.cache.create_cache()
self.cache = UpdateCache(db_file=NamedTemporaryFile(delete=False).name,
force_creation=True)
self.run_id = "235234"
def test_insert(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment