From 4c946d45b9016bebd978a3fdc377fec96c57ed49 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Mon, 2 Sep 2024 16:45:57 +0100 Subject: [PATCH] no longer writing the component name (Epidemiology) to the epi outputs --- tests/integration/test_suites/epi_test_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_suites/epi_test_suite.py b/tests/integration/test_suites/epi_test_suite.py index 54784cf..5d05910 100644 --- a/tests/integration/test_suites/epi_test_suite.py +++ b/tests/integration/test_suites/epi_test_suite.py @@ -45,7 +45,7 @@ class BaseEpiTestSuite: IntegrationTestUtils.TEST_JOB_DIR, "EastAfrica", "StemRust", - "infections_temp_epi_config_Epidemiology") + "infections_temp_epi_config") self.check_wildcard_exists_and_not_empty(env_root, "*env.csv") self.check_wildcard_exists_and_not_empty(env_root, "*env.png") -- GitLab