1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +00:00

style: remove extra blank lines

This commit is contained in:
Nicolas Duchon 2024-02-10 19:04:56 +01:00
parent 62f55b4428
commit 25883ac05f
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

View File

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