Skip to content

Commit 23d4e3a

Browse files
authored
Fix return statement syntax in api.resource
1 parent 62691fe commit 23d4e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/api.resource

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*** Settings ***
1+
URN*** Settings ***
22
Library SSHLibrary
33

44
*** Keywords ***
@@ -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)