diff options
author | DR695H <dr695h@att.com> | 2019-06-03 17:08:34 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-03 17:10:25 -0400 |
commit | 7aca1a46ebd1401acece1d14b60cbd26265d0487 (patch) | |
tree | da82aac05434fd38aa86eb548752a09a5eed4591 /robot/resources/oof_interface.robot | |
parent | 8ce04af8bf4f21cbe5ec1545d0eb8fecd6bd76dd (diff) |
replcaing jsonutils with onaplib.json
Change-Id: I467ec46519f3fbe7d7d08e481f88bf7b20ffbbce
Issue-ID: TEST-158
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/oof_interface.robot')
-rw-r--r-- | robot/resources/oof_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/oof_interface.robot b/robot/resources/oof_interface.robot index de922d3b..129f2963 100644 --- a/robot/resources/oof_interface.robot +++ b/robot/resources/oof_interface.robot @@ -6,7 +6,7 @@ Library OperatingSystem Library String Library DateTime Library Collections -Library JSONUtils +Library ONAPLibrary.JSON Resource global_properties.robot Resource json_templater.robot |