diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2021-01-13 06:22:43 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2021-01-13 06:22:43 +0000 |
commit | 6dc9c47ccd26b23b61b7522803a667c2e515e260 (patch) | |
tree | 8a1ad322cccd5235208a854e02ee9c961c22d5eb /test/test_settings.py | |
parent | f5ac1432463e58873b2c801b6db64dbe4d0e8f1c (diff) | |
download | unit-6dc9c47ccd26b23b61b7522803a667c2e515e260.tar.gz unit-6dc9c47ccd26b23b61b7522803a667c2e515e260.tar.bz2 |
Tests: style.
Diffstat (limited to 'test/test_settings.py')
-rw-r--r-- | test/test_settings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_settings.py b/test/test_settings.py index 22830a3b..c59ca8b9 100644 --- a/test/test_settings.py +++ b/test/test_settings.py @@ -3,7 +3,6 @@ import socket import time import pytest - from unit.applications.lang.python import TestApplicationPython @@ -297,4 +296,3 @@ Connection: close assert bool(resp), 'response from application 4' assert resp['status'] == 200, 'status 4' assert resp['body'] == body, 'body 4' - |