diff options
Diffstat (limited to 'robotframework-onap/ONAPLibrary/JSONKeywords.py')
-rw-r--r-- | robotframework-onap/ONAPLibrary/JSONKeywords.py | 2 |
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): |