From afa0fd9a71f63a50bb3ff000c41d36f8e4bdb893 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Tue, 30 Jan 2018 16:17:01 +0300 Subject: Tests: reworked TestUnitHTTP. --- test/test_python_atexit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_python_atexit.py') 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": {}, -- cgit