FAQ | This is a LIVE service | Changelog

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

adding the timestamp back in for test

parent 60ea6c29
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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