From 853898551fe12e4254dbe2fcea5bae98243aff1b Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Tue, 26 Nov 2024 14:25:43 +0100 Subject: [PATCH] adds env var STORAGE_CLASS to test --- tests/tests_water_bodies.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests_water_bodies.py b/tests/tests_water_bodies.py index 4122786..173963c 100644 --- a/tests/tests_water_bodies.py +++ b/tests/tests_water_bodies.py @@ -34,7 +34,8 @@ def _(self, message): ) os.environ["ARGO_CWL_RUNNER_TEMPLATE"] = "argo-cwl-runner-stage-in-out" os.environ["DEFAULT_VOLUME_SIZE"] = "12Gi" - + os.environ["STORAGE_CLASS"] = "standard" + cls.zoo = zoo conf = {}