From 472bf13e086dd5cdc7ee8f7b6a36f1ed56d38da8 Mon Sep 17 00:00:00 2001
From: jws52 <jws52@cam.ac.uk>
Date: Tue, 19 Sep 2023 16:29:45 +0100
Subject: [PATCH] test: Reflect change in host map handling

...in recent commits to ews-coordinator and ews-epidemiology.
---
 tests/integration/test_suites/epi_test_suite.py | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/tests/integration/test_suites/epi_test_suite.py b/tests/integration/test_suites/epi_test_suite.py
index c931d7a..ab09140 100644
--- a/tests/integration/test_suites/epi_test_suite.py
+++ b/tests/integration/test_suites/epi_test_suite.py
@@ -61,17 +61,7 @@ class BaseEpiTestSuite:
 
             self.check_wildcard_exists_and_not_empty(data_input_root, "*deposition.csv")
             self.check_wildcard_exists_and_not_empty(data_input_root, "*environment.csv")
-
-            map_spam_root = os.path.join(IntegrationTestUtils.TEST_OUT_PATH,
-                                         IntegrationTestUtils.TEST_JOB_DIR,
-                                         "EastAfrica",
-                                         "StemRust",
-                                         "input_data",
-                                         "wheat_area_frac_MapSPAM2010_EastAfrica*")
-
-            self.check_wildcard_exists_and_not_empty(map_spam_root, ".csv")
-            self.check_wildcard_exists_and_not_empty(map_spam_root, ".csv")
-
+            self.check_wildcard_exists_and_not_empty(data_input_root, "*host.csv")
 
         def test_standard_run_input_all_plotting_files_produced(self):
             input_csvs_root = os.path.join(IntegrationTestUtils.TEST_OUT_PATH,
-- 
GitLab