summaryrefslogtreecommitdiffhomepage
path: root/test/test_client_ip.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_client_ip.py')
-rw-r--r--test/test_client_ip.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_client_ip.py b/test/test_client_ip.py
index 59e170f1..347083bc 100644
--- a/test/test_client_ip.py
+++ b/test/test_client_ip.py
@@ -2,10 +2,10 @@ import pytest
from unit.applications.lang.python import TestApplicationPython
from unit.option import option
+prerequisites = {'modules': {'python': 'any'}}
-class TestClientIP(TestApplicationPython):
- prerequisites = {'modules': {'python': 'any'}}
+class TestClientIP(TestApplicationPython):
@pytest.fixture(autouse=True)
def setup_method_fixture(self):
self.load('client_ip')