mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fixed a bug in object store integration test.
This commit is contained in:
@@ -119,6 +119,7 @@ class BaseObjectstoreUploadTest(UploadTestDatatypeDataTestCase):
|
||||
config["object_store_store_by"] = "uuid"
|
||||
with open(cls.object_store_config_path, "w") as f:
|
||||
f.write(cls.object_store_template.safe_substitute(**cls.get_object_store_kwargs()))
|
||||
config["object_store_config_file"] = cls.object_store_config_path
|
||||
|
||||
@classmethod
|
||||
def get_object_store_kwargs(cls):
|
||||
|
||||
Reference in New Issue
Block a user