Apply suggestions from code review
Commited code style consistency suggestions. Co-authored-by: Nicolas Duchon <nicolas.duchon@gmail.com>
This commit is contained in:
parent
46724e7cb6
commit
c678cfdddf
1 changed files with 8 additions and 9 deletions
|
@ -45,7 +45,6 @@ def test_run_nginx_proxy_tester(docker_build):
|
||||||
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,
|
||||||
# auto_remove=True
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Wait for the container to finish and get the exit code
|
# Wait for the container to finish and get the exit code
|
||||||
|
|
Loading…
Reference in a new issue