From 9c1206a87551b027cf81925692b3118adfff7051 Mon Sep 17 00:00:00 2001 From: Ahmad Nawab Date: Thu, 17 Oct 2024 18:12:31 +0200 Subject: [PATCH] ECWAM-REGR: fix bundle project name --- loki/transformations/tests/test_ecwam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loki/transformations/tests/test_ecwam.py b/loki/transformations/tests/test_ecwam.py index be9b99425..9a0fb1b6d 100644 --- a/loki/transformations/tests/test_ecwam.py +++ b/loki/transformations/tests/test_ecwam.py @@ -35,7 +35,7 @@ def fixture_local_loki_bundle(here): def fixture_bundle_create(here, local_loki_bundle): """Inject ourselves into the ECWAM bundle""" env = os.environ.copy() - env['ECWAM_CONCEPT_BUNDLE_LOKI_DIR'] = local_loki_bundle + env['ECWAM_BUNDLE_LOKI_DIR'] = local_loki_bundle # Run ecbundle to fetch dependencies execute(