summaryrefslogtreecommitdiffhomepage
path: root/test/test_python_atexit.py
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2018-01-30 16:17:01 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2018-01-30 16:17:01 +0300
commitafa0fd9a71f63a50bb3ff000c41d36f8e4bdb893 (patch)
treea42ec7dd58fc430086e7f4e0eed7034a43c3c6e8 /test/test_python_atexit.py
parent9f48f2b3e78d268c39dbd772a0a0f9ef07530846 (diff)
downloadunit-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.py2
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": {},