Pull correct docker images for master branch
[integration/csit.git] / tests / policy / engine / json_templater.robot
index a1cc7e3..7fe0ff7 100644 (file)
@@ -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}