From 127fe22c9e21385e5b324e4f126d0c3326b494f9 Mon Sep 17 00:00:00 2001 From: Roy Wiggins Date: Wed, 21 Aug 2024 21:16:43 +0000 Subject: [PATCH] fix test --- tests/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_integration.py b/tests/test_integration.py index 9a63aac..97cab98 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -69,7 +69,7 @@ def create_config(self, services) -> None: [program:{service.name}] command={service.command} process_name=%(program_name)s{'_%(process_num)d' if service.numprocs>1 else ''} -directory=/opt/mercure/app +directory={os.getcwd()} autostart=false autorestart=false redirect_stderr=true