summaryrefslogtreecommitdiffhomepage
path: root/test/test_njs_modules.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_njs_modules.py')
-rw-r--r--test/test_njs_modules.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_njs_modules.py b/test/test_njs_modules.py
index ce592fe4..10ea03a7 100644
--- a/test/test_njs_modules.py
+++ b/test/test_njs_modules.py
@@ -1,10 +1,10 @@
from unit.applications.proto import TestApplicationProto
from unit.option import option
+prerequisites = {'modules': {'njs': 'any'}}
-class TestNJSModules(TestApplicationProto):
- prerequisites = {'modules': {'njs': 'any'}}
+class TestNJSModules(TestApplicationProto):
def njs_script_load(self, module, name=None, expect='success'):
if name is None:
name = module