From 6602769d9ad14888674ce29838812a6844bb15db Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Fri, 3 May 2024 12:37:53 +0200 Subject: [PATCH] style: linting --- test/test_build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_build.py b/test/test_build.py index 3f19183..9c79808 100644 --- a/test/test_build.py +++ b/test/test_build.py @@ -43,8 +43,8 @@ def test_build_nginx_proxy_tester(docker_build): def test_run_nginx_proxy_tester(docker_build): # Run the container with 'pytest -v' command to output version info container = client.containers.run("nginx-proxy-tester-ci", - command = "pytest -V", - detach = True, + command = "pytest -V", + detach = True, ) # Wait for the container to finish and get the exit code