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 | 170 | ... access_token=${USERS.users['${tender_owner}'].access_token} |
171 | 171 | ... tender_id=${USERS.users['${tender_owner}'].tender_data.data.id} |
172 | 172 | ${status} ${lots_ids}= Run Keyword And Ignore Error Отримати ідентифікатори об’єктів ${viewer} lots |
173 | - Run Keyword If ${status}'=='PASS' | |
173 | + Run Keyword If '${status}'=='PASS' | |
174 | 174 | ... Set To Dictionary ${artifact} lots=${lots_ids} |
175 | 175 | Log ${artifact} |
176 | 176 | log_object_data ${artifact} artifact update=${True} | ... | ... |
Please
register
or
login
to post a comment