Skip to content

Commit 56a35cc

Browse files
authored
Change return statement to use RETURN keyword
1 parent 63a9a6a commit 56a35cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api.resource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Run task
1111
ELSE
1212
${response} = Set Variable ${stdout}
1313
END
14-
[Return] ${response}
14+
RETURN ${response}

0 commit comments

Comments
 (0)