Tests: fixed prerequisite in test_share_fallback.py.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
import os
|
import os
|
||||||
import unittest
|
import unittest
|
||||||
from unit.applications.proto import TestApplicationProto
|
from unit.applications.lang.python import TestApplicationPython
|
||||||
|
|
||||||
|
|
||||||
class TestStatic(TestApplicationProto):
|
class TestStatic(TestApplicationPython):
|
||||||
prerequisites = {}
|
prerequisites = {'modules': ['python']}
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super().setUp()
|
super().setUp()
|
||||||
|
|||||||
Reference in New Issue
Block a user