Commit b13ff5f09184e3661aa34d322369fb2ac329b75c
Merge pull request #76 from Leits/qualification
Dump tender internal id
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -24,6 +24,7 @@ Test Suite Teardown |
24 | 24 | ... tender_owner=${USERS.users['${tender_owner}'].broker} |
25 | 25 | Run Keyword If '${USERS.users['${tender_owner}'].broker}' == 'Quinta' |
26 | 26 | ... Set To Dictionary ${artifact} access_token=${USERS.users['${tender_owner}'].access_token} |
27 | + ... Set To Dictionary ${artifact} tender_id=${USERS.users['${tender_owner}'].tender_data.data.id} | |
27 | 28 | log_object_data ${artifact} artifact |
28 | 29 | |
29 | 30 | ... | ... |
Please
register
or
login
to post a comment