Commit 05122b8548a50ff13c0501efbf9c65648083bb39
1 parent
41ab2272
Fix typo: switchsate -> SwitchState
Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -139,7 +139,7 @@ TestSuiteSetup |
139 | 139 | log ${command} |
140 | 140 | log ${arguments} |
141 | 141 | ${state}= change_state ${arguments} |
142 | - ${value}= Run keyword if '${state}' == 'shouldfail' switchsate ${username} ${command} @{arguments} | |
142 | + ${value}= Run keyword if '${state}' == 'shouldfail' SwitchState ${username} ${command} @{arguments} | |
143 | 143 | ${value}= Run keyword if '${state}' == 'pass' Normal ${username} ${command} @{arguments} |
144 | 144 | [return] ${value} |
145 | 145 | |
... | ... | @@ -151,7 +151,7 @@ Normal |
151 | 151 | ${value}= Run Keyword ${BROKERS['${USERS.users['${username}'].broker}'].keywords_file}.${command} ${username} @{arguments} |
152 | 152 | [return] ${value} |
153 | 153 | |
154 | -switchsate | |
154 | +SwitchState | |
155 | 155 | [Arguments] ${username} ${command} @{arguments} |
156 | 156 | log ${username} |
157 | 157 | log ${command} | ... | ... |
Please
register
or
login
to post a comment