Commit 55a5553ba4fafaf3efaaaf3396f23dcbd2be1e78

Authored by Myroslav Opyr
2 parents b13ff5f0 91d981f1

Merge pull request #77 from Leits/qualification

Dump last modification date
... ... @@ -21,10 +21,12 @@ Test Suite Teardown
21 21 ${artifact}= Create Dictionary
22 22 ... api_version=${api_version}
23 23 ... tender_uaid=${TENDER['TENDER_UAID']}
  24 + ... last_modification_date=${TENDER['LAST_MODIFICATION_DATE']}
24 25 ... tender_owner=${USERS.users['${tender_owner}'].broker}
25 26 Run Keyword If '${USERS.users['${tender_owner}'].broker}' == 'Quinta'
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 + ... Set To Dictionary ${artifact} access_token ${USERS.users['${tender_owner}'].access_token}
  28 + ... tender_id ${USERS.users['${tender_owner}'].tender_data.data.id}
  29 + Log ${artifact}
28 30 log_object_data ${artifact} artifact
29 31
30 32
... ... @@ -95,6 +97,7 @@ Get Broker Property By Username
95 97 Set To Dictionary ${USERS.users['${tender_owner}']} access_token ${ARTIFACT.access_token}
96 98 ${TENDER}= Create Dictionary
97 99 Set To Dictionary ${TENDER} TENDER_UAID ${ARTIFACT.tender_uaid}
  100 + Set To Dictionary ${TENDER} LAST_MODIFICATION_DATE ${ARTIFACT.last_modification_date}
98 101 Set Global Variable ${TENDER}
99 102
100 103
... ...
Please register or login to post a comment