From 832feb4dffc83938d391ec39aac94bba23cfe6ac Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Tue, 10 Oct 2023 12:20:49 +0100 Subject: [PATCH] adding the timestamp back in for test --- tests/integration/partial/test_env_suit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/partial/test_env_suit.py b/tests/integration/partial/test_env_suit.py index 4e41acc..b4ba788 100644 --- a/tests/integration/partial/test_env_suit.py +++ b/tests/integration/partial/test_env_suit.py @@ -41,8 +41,8 @@ class TestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite): @staticmethod def write_temp_run_config_file(): nowstring: str = IntegrationTestUtils.get_now_string() - # prefix: str = "temp_env_" + nowstring - prefix: str = "temp_env" + prefix: str = "temp_env_" + nowstring + # prefix: str = "temp_env" default_config = IntegrationTestUtils.DEFAULT_CONFIG_FILE_PATH default_config_dict: dict = IntegrationTestUtils.load_json_file(default_config) -- GitLab