summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/ONAPLibrary/JSONKeywords.py
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-06-03 21:32:22 -0400
committerDR695H <dr695h@att.com>2019-06-03 21:43:30 -0400
commit6a3fad82a1b545038c2372da718714038b5aa664 (patch)
tree0f04918d6f9a2a7d3c71837d95bc0820d5abda2c /robotframework-onap/ONAPLibrary/JSONKeywords.py
parentf255f34b75338c9ee76bdc3a0e7773b6fa35098a (diff)
add in kafka lib for working with kafka directly
Change-Id: Ibea385fbd3eb835c1b29a8bf9883122c97a4dd62 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robotframework-onap/ONAPLibrary/JSONKeywords.py')
-rw-r--r--robotframework-onap/ONAPLibrary/JSONKeywords.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robotframework-onap/ONAPLibrary/JSONKeywords.py b/robotframework-onap/ONAPLibrary/JSONKeywords.py
index bd1a59d..e007e6c 100644
--- a/robotframework-onap/ONAPLibrary/JSONKeywords.py
+++ b/robotframework-onap/ONAPLibrary/JSONKeywords.py
@@ -22,7 +22,7 @@ class JSONKeywords(object):
"""
def __init__(self):
- pass
+ super(JSONKeywords, self).__init__()
@keyword
def json_equals(self, left, right):