Fix mypy tests that broke while merging forward

This commit is contained in:
mvdbeek
2021-11-01 18:46:05 +01:00
parent 58b2837c7c
commit 8b7614ccd9
+2
View File
@@ -81,6 +81,8 @@ def files_count(directory):
@integration_util.skip_unless_docker()
class BaseSwiftObjectStoreIntegrationTestCase(BaseObjectStoreIntegrationTestCase):
object_store_cache_path: str
@classmethod
def setUpClass(cls):
cls.container_name = "%s_container" % cls.__name__