diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2018-01-30 16:17:01 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2018-01-30 16:17:01 +0300 |
commit | afa0fd9a71f63a50bb3ff000c41d36f8e4bdb893 (patch) | |
tree | a42ec7dd58fc430086e7f4e0eed7034a43c3c6e8 /test/test_python_atexit.py | |
parent | 9f48f2b3e78d268c39dbd772a0a0f9ef07530846 (diff) | |
download | unit-afa0fd9a71f63a50bb3ff000c41d36f8e4bdb893.tar.gz unit-afa0fd9a71f63a50bb3ff000c41d36f8e4bdb893.tar.bz2 |
Tests: reworked TestUnitHTTP.
Diffstat (limited to 'test/test_python_atexit.py')
-rw-r--r-- | test/test_python_atexit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_python_atexit.py b/test/test_python_atexit.py index 6b93367c..4dc984c1 100644 --- a/test/test_python_atexit.py +++ b/test/test_python_atexit.py @@ -44,7 +44,7 @@ def application(env, start_response): } }) - unit.TestUnitHTTP.get() + self.get() self.conf({ "listeners": {}, |