Commit da3c60f8e8119817057a6408a137d43c96de35d2
1 parent
6c9fac38
log provider2 bid id/access token into artifact.yaml if there is provider2 bid
Showing
1 changed file
with
2 additions
and
0 deletions
... | ... | @@ -182,8 +182,10 @@ Get Broker Property By Username |
182 | 182 | Run Keyword And Ignore Error Set To Dictionary ${artifact} tender_owner_access_token=${USERS.users['${tender_owner}'].access_token} |
183 | 183 | Run Keyword And Ignore Error Set To Dictionary ${artifact} provider_access_token=${USERS.users['${provider}'].access_token} |
184 | 184 | Run Keyword And Ignore Error Set To Dictionary ${artifact} provider1_access_token=${USERS.users['${provider1}'].access_token} |
185 | + Run Keyword And Ignore Error Set To Dictionary ${artifact} provider2_access_token=${USERS.users['${provider1}'].access_token} | |
185 | 186 | Run Keyword And Ignore Error Set To Dictionary ${artifact} provider_bid_id=${USERS.users['${provider}'].bid_id} |
186 | 187 | Run Keyword And Ignore Error Set To Dictionary ${artifact} provider1_bid_id=${USERS.users['${provider1}'].bid_id} |
188 | + Run Keyword And Ignore Error Set To Dictionary ${artifact} provider2_bid_id=${USERS.users['${provider1}'].bid_id} | |
187 | 189 | Run Keyword And Ignore Error Set To Dictionary ${artifact} |
188 | 190 | ... tender_file_properties=${USERS.users['${tender_owner}'].tender_document.file_properties} |
189 | 191 | ... lot_file_properties=${USERS.users['${tender_owner}'].lots_documents[0].file_properties} | ... | ... |
Please
register
or
login
to post a comment