Skip to content

Commit

Permalink
adds env var STORAGE_CLASS to test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Nov 26, 2024
1 parent c82ccb3 commit 8538985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests_water_bodies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 8538985

Please sign in to comment.