Skip to content

Commit cc2be3e

Browse files
authored
Change [Return] to RETURN in api.resource
1 parent a8d3de6 commit cc2be3e

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)