-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests for prolongation of contract signing period #765
base: eauction-awarding-2.1
Are you sure you want to change the base?
Tests for prolongation of contract signing period #765
Conversation
[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} |
There was a problem hiding this comment.
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} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
і тут також set_access_key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
в ${prolongation_data} передається не лише період, а і інші дані, виходить змінюються всі дані?
This change is