소스 검색

style: linting

Nicolas Duchon 1 년 전
부모
커밋
6602769d9a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      test/test_build.py

+ 2 - 2
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