summaryrefslogtreecommitdiffhomepage
path: root/test/test_access_log.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_access_log.py')
-rw-r--r--test/test_access_log.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_access_log.py b/test/test_access_log.py
index c58ee26f..1c8c29d7 100644
--- a/test/test_access_log.py
+++ b/test/test_access_log.py
@@ -6,8 +6,7 @@ from unit.applications.lang.python import TestApplicationPython
class TestAccessLog(TestApplicationPython):
- def setUpClass():
- TestApplicationPython().check_modules('python')
+ prerequisites = ['python']
def load(self, script):
super().load(script)