style: remove extra blank lines
This commit is contained in:
parent
62f55b4428
commit
25883ac05f
1 changed files with 0 additions and 2 deletions
|
@ -12,5 +12,3 @@ def test_log_json_format(docker_compose, nginxproxy):
|
|||
docker_logs = docker_logs.decode("utf-8").splitlines()
|
||||
docker_logs = [line for line in docker_logs if "{\"time_local\":" in line]
|
||||
assert "GET /port" in docker_logs[0]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue