mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-02-24 09:48:14 +00:00
style: linting
This commit is contained in:
parent
c678cfdddf
commit
6602769d9a
@ -43,8 +43,8 @@ def test_build_nginx_proxy_tester(docker_build):
|
|||||||
def test_run_nginx_proxy_tester(docker_build):
|
def test_run_nginx_proxy_tester(docker_build):
|
||||||
# Run the container with 'pytest -v' command to output version info
|
# Run the container with 'pytest -v' command to output version info
|
||||||
container = client.containers.run("nginx-proxy-tester-ci",
|
container = client.containers.run("nginx-proxy-tester-ci",
|
||||||
command = "pytest -V",
|
command = "pytest -V",
|
||||||
detach = True,
|
detach = True,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Wait for the container to finish and get the exit code
|
# Wait for the container to finish and get the exit code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user