FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 78193fb4 authored by L. Bower's avatar L. Bower
Browse files

fixing tests

parent 5cbb0337
No related branches found
No related tags found
No related merge requests found
......@@ -46,11 +46,11 @@ class BaseDepoTestSuite:
east_africa_image_path = os.path.join(IntegrationTestUtils.TEST_OUT_PATH,
IntegrationTestUtils.TEST_JOB_DIR,
"plotting", "eastafrica", "images", "Weekly",
"deposition_eastafrica_leaf_rust_total_*_map.png")
"deposition_eastafrica_leaf_rust_prod_total_*_map.png")
ethiopia_image_path = os.path.join(IntegrationTestUtils.TEST_OUT_PATH,
IntegrationTestUtils.TEST_JOB_DIR,
"plotting", "ethiopia", "images", "Weekly",
"deposition_ethiopia_leaf_rust_total_*_map.png")
"deposition_ethiopia_leaf_rust_prod_total_*_map.png")
ea_file_exists: bool = len(glob.glob(east_africa_image_path)) > 0
eth_file_exists: bool = len(glob.glob(ethiopia_image_path)) > 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment