1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 01:38:15 +00:00

style: linting

This commit is contained in:
Nicolas Duchon 2024-05-03 12:37:53 +02:00 committed by GitHub
parent c678cfdddf
commit 6602769d9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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