summaryrefslogtreecommitdiffstats
path: root/vnftest/tests/unit/onap/test_rest_call.py
diff options
context:
space:
mode:
Diffstat (limited to 'vnftest/tests/unit/onap/test_rest_call.py')
-rw-r--r--vnftest/tests/unit/onap/test_rest_call.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnftest/tests/unit/onap/test_rest_call.py b/vnftest/tests/unit/onap/test_rest_call.py
index ec3c88f..13aced7 100644
--- a/vnftest/tests/unit/onap/test_rest_call.py
+++ b/vnftest/tests/unit/onap/test_rest_call.py
@@ -54,5 +54,5 @@ class RestCallTestCase(testtools.TestCase):
context = Context.get("CSAR")
context.init(context_cfg)
t.context = context
- output = t._run([RestCallTestCase.step], False, "vnftest.out")
+ output = t._run([RestCallTestCase.step], False, "vnftest.out", {})
self.assertEquals(output[0]['data']['output1'], 'output1')