Skip to content

Conversation

@OrysiaDrabych
Copy link
Contributor

@OrysiaDrabych OrysiaDrabych commented Apr 5, 2018

This change is Reviewable

[Arguments] ${username} ${tender_uaid} ${document} ${contract_index}
${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid}
${contract_id}= Get Variable Value ${tender.data.contracts[${contract_index}].id}
${tender}= set_access_key ${tender} ${USERS.users['${username}'].access_token}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

для чого тут set_access_key якщо це вже виконується в Пошук тендера по ідентифікатору?

[Arguments] ${username} ${tender_uaid} ${prolongation_data} ${contract_index}
${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid}
${contract_id}= Get Variable Value ${tender['data']['contracts'][${contract_index}]['id']}
${tender}= set_access_key ${tender} ${USERS.users['${username}'].access_token}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

і тут також set_access_key

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

в ${prolongation_data} передається не лише період, а і інші дані, виходить змінюються всі дані?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants