summaryrefslogtreecommitdiffhomepage
path: root/test/test_node_websockets.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_node_websockets.py')
-rw-r--r--test/test_node_websockets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_node_websockets.py b/test/test_node_websockets.py
index 86964ce0..b24bee75 100644
--- a/test/test_node_websockets.py
+++ b/test/test_node_websockets.py
@@ -6,7 +6,7 @@ from unit.applications.websockets import TestApplicationWebsocket
class TestNodeWebsockets(TestApplicationNode):
- prerequisites = ['node']
+ prerequisites = {'modules': ['node']}
ws = TestApplicationWebsocket()