diff tests/e2e/run_e2e.py @ 3631:bef32f3ccc06

merge branche "@"
author Goffi <goffi@goffi.org>
date Fri, 27 Aug 2021 14:51:40 +0200
parents 8ee0140cc8b6
children 015e13f88960
line wrap: on
line diff
--- a/tests/e2e/run_e2e.py	Fri Aug 27 08:49:45 2021 +0200
+++ b/tests/e2e/run_e2e.py	Fri Aug 27 14:51:40 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"""\