diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-10-23 16:05:52 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-10-23 16:05:52 +0300 |
commit | f878b6eea51c7885ba10ad72f7f0d9edc83c04c6 (patch) | |
tree | 692bbe07bab9c413abc6d1cd994c0087ef0e68ce /test/test_access_log.py | |
parent | f5b1ac0dc6b087b8e72613fb455a97724c832cf3 (diff) | |
download | unit-f878b6eea51c7885ba10ad72f7f0d9edc83c04c6.tar.gz unit-f878b6eea51c7885ba10ad72f7f0d9edc83c04c6.tar.bz2 |
Tests: style.
Diffstat (limited to 'test/test_access_log.py')
-rw-r--r-- | test/test_access_log.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_access_log.py b/test/test_access_log.py index 69758bae..02d9cb2c 100644 --- a/test/test_access_log.py +++ b/test/test_access_log.py @@ -115,7 +115,9 @@ Connection: close addr = self.testdir + '/sock' - self.conf({"unix:" + addr: {"pass": "applications/empty"}}, 'listeners') + self.conf( + {"unix:" + addr: {"pass": "applications/empty"}}, 'listeners' + ) self.get(sock_type='unix', addr=addr) |