diff options
Diffstat (limited to 'test/test_respawn.py')
-rw-r--r-- | test/test_respawn.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_respawn.py b/test/test_respawn.py index 2d01cf3b..84bddbaa 100644 --- a/test/test_respawn.py +++ b/test/test_respawn.py @@ -5,10 +5,10 @@ import time import pytest from unit.applications.lang.python import TestApplicationPython +prerequisites = {'modules': {'python': 'any'}} -class TestRespawn(TestApplicationPython): - prerequisites = {'modules': {'python': 'any'}} +class TestRespawn(TestApplicationPython): PATTERN_ROUTER = 'unit: router' PATTERN_CONTROLLER = 'unit: controller' |