changeset 3630:8ee0140cc8b6

tests (run_e2e): update tmp dir prefix following name change
author Goffi <goffi@goffi.org>
date Fri, 27 Aug 2021 14:48:39 +0200
parents 025ea418032f
children bef32f3ccc06 7acf19bdca2f
files tests/e2e/run_e2e.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/e2e/run_e2e.py	Fri Aug 27 14:48:38 2021 +0200
+++ b/tests/e2e/run_e2e.py	Fri Aug 27 14:48:39 2021 +0200
@@ -176,7 +176,7 @@
     if not compose_e2e_path.is_file():
         raise exceptions.NotFound('"docker-compose-e2e.yml" file can\'t be found')
 
-    with tempfile.TemporaryDirectory(prefix="sat_test_e2e_") as temp_dir:
+    with tempfile.TemporaryDirectory(prefix="libervia_test_e2e_") as temp_dir:
         override_path = Path(temp_dir) / "test_override.yml"
         override = yaml.load(
             dedent(f"""\