mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fix mypy tests that broke while merging forward
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user