diff options
Diffstat (limited to 'robot/resources/json_templater.robot')
-rw-r--r-- | robot/resources/json_templater.robot | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/robot/resources/json_templater.robot b/robot/resources/json_templater.robot index 4788fe57..6a5ca171 100644 --- a/robot/resources/json_templater.robot +++ b/robot/resources/json_templater.robot @@ -18,11 +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} - -Encode String - [Documentation] Encodes String - [Arguments] ${json} - ${returned_string}= string encoder ${json} - log ${returned_string} - [Return] ${returned_string}
\ No newline at end of file + [Return] ${returned_json}
\ No newline at end of file |