mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
13 lines
364 B
Diff
13 lines
364 B
Diff
diff --git a/t/unit/backends/test_cache.py.orig b/t/unit/backends/test_cache.py
|
|
index 1cc70401aa8..aa880d8f651 100644
|
|
--- a/t/unit/backends/test_cache.py.orig
|
|
+++ b/t/unit/backends/test_cache.py
|
|
@@ -17,6 +17,7 @@ class SomeClass:
|
|
|
|
class test_CacheBackend:
|
|
|
|
+ @pytest.fixture(autouse=True)
|
|
def setup(self):
|
|
self.b = CacheBackend(app=self.app)
|
|
|