diff options
Diffstat (limited to 'test/test_share_fallback.py')
-rw-r--r-- | test/test_share_fallback.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_share_fallback.py b/test/test_share_fallback.py index 8c45793e..1a5d4e4b 100644 --- a/test/test_share_fallback.py +++ b/test/test_share_fallback.py @@ -1,10 +1,10 @@ import os import unittest -from unit.applications.proto import TestApplicationProto +from unit.applications.lang.python import TestApplicationPython -class TestStatic(TestApplicationProto): - prerequisites = {} +class TestStatic(TestApplicationPython): + prerequisites = {'modules': ['python']} def setUp(self): super().setUp() |