From 4597fc0614252573dea30152625411aa04a1ebe1 Mon Sep 17 00:00:00 2001 From: Stuart McAlpine Date: Wed, 22 Nov 2023 13:40:34 +0100 Subject: [PATCH] Change DATAREG_SITE to be the site, not the root_dir --- tests/unit_tests/test_root_dir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/test_root_dir.py b/tests/unit_tests/test_root_dir.py index 8b6b3665..2427b875 100644 --- a/tests/unit_tests/test_root_dir.py +++ b/tests/unit_tests/test_root_dir.py @@ -5,7 +5,7 @@ _TEST_ROOT_DIR = "DataRegistry_data" _NERSC_SITE = "/global/cfs/cdirs/desc-co/registry-beta" -_ENV_SITE = "/test/dir" +_ENV_SITE = "nersc" @pytest.mark.parametrize(