summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/ONAPLibrary/JSON.py
diff options
context:
space:
mode:
Diffstat (limited to 'robotframework-onap/ONAPLibrary/JSON.py')
-rw-r--r--robotframework-onap/ONAPLibrary/JSON.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/robotframework-onap/ONAPLibrary/JSON.py b/robotframework-onap/ONAPLibrary/JSON.py
index 1cb67dd..b3ef653 100644
--- a/robotframework-onap/ONAPLibrary/JSON.py
+++ b/robotframework-onap/ONAPLibrary/JSON.py
@@ -21,6 +21,8 @@ class JSON(HybridCore):
"""JSON is common resource for simple json helper keywords.
"""
+ ROBOT_LIBRARY_SCOPE = "GLOBAL"
+
def __init__(self):
self.keyword_implementors = [
JSONKeywords(),