Commit 10e0c78d136a8ff2bce45440fc340d8bddf91adb
Committed by
mykhaly
1 parent
4c9f4564
Add ' to ${status}' (#195)
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -170,7 +170,7 @@ Get Broker Property By Username | @@ -170,7 +170,7 @@ Get Broker Property By Username | ||
170 | ... access_token=${USERS.users['${tender_owner}'].access_token} | 170 | ... access_token=${USERS.users['${tender_owner}'].access_token} |
171 | ... tender_id=${USERS.users['${tender_owner}'].tender_data.data.id} | 171 | ... tender_id=${USERS.users['${tender_owner}'].tender_data.data.id} |
172 | ${status} ${lots_ids}= Run Keyword And Ignore Error Отримати ідентифікатори об’єктів ${viewer} lots | 172 | ${status} ${lots_ids}= Run Keyword And Ignore Error Отримати ідентифікатори об’єктів ${viewer} lots |
173 | - Run Keyword If ${status}'=='PASS' | 173 | + Run Keyword If '${status}'=='PASS' |
174 | ... Set To Dictionary ${artifact} lots=${lots_ids} | 174 | ... Set To Dictionary ${artifact} lots=${lots_ids} |
175 | Log ${artifact} | 175 | Log ${artifact} |
176 | log_object_data ${artifact} artifact update=${True} | 176 | log_object_data ${artifact} artifact update=${True} |
Please
register
or
login
to post a comment