Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Wiggins authored and Roy Wiggins committed Aug 21, 2024
1 parent 408d386 commit 127fe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 127fe22

Please sign in to comment.