diff options
Diffstat (limited to 'tests/policy/engine')
-rw-r--r-- | tests/policy/engine/json_templater.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/policy/engine/json_templater.robot b/tests/policy/engine/json_templater.robot index a1cc7e35..7fe0ff74 100644 --- a/tests/policy/engine/json_templater.robot +++ b/tests/policy/engine/json_templater.robot @@ -1,7 +1,7 @@ *** Settings *** Documentation This resource is filling out json string templates and returning the json back Library RequestsLibrary -Library eteutils/StringTemplater.py +Library ONAPLibrary.TemplatingKeywords Library OperatingSystem Resource global_properties.robot @@ -18,4 +18,4 @@ Fill JSON Template File [Arguments] ${json_file} ${arguments} ${json}= OperatingSystem.Get File ${json_file} ${returned_json}= Fill JSON Template ${json} ${arguments} - [Return] ${returned_json}
\ No newline at end of file + [Return] ${returned_json} |