diff --git a/examples/server/tests/features/steps/steps.py b/examples/server/tests/features/steps/steps.py index c463decf0..22b889e12 100644 --- a/examples/server/tests/features/steps/steps.py +++ b/examples/server/tests/features/steps/steps.py @@ -1373,4 +1373,4 @@ def start_server_background(context): thread_stderr = threading.Thread(target=server_log, args=(context.server_process.stderr, sys.stderr)) thread_stderr.start() - print(f"server pid={context.server_process.pid}, behave pid={os.getpid()}") \ No newline at end of file + print(f"server pid={context.server_process.pid}, behave pid={os.getpid()}")