Showing
1 changed file
with
0 additions
and
14 deletions
... | ... | @@ -884,20 +884,6 @@ Library openprocurement_client_helper.py |
884 | 884 | Log ${reply} |
885 | 885 | |
886 | 886 | |
887 | -Завантажити нову версію документа до запиту на скасування | |
888 | - [Documentation] | |
889 | - ... [Arguments] Username, tender uaid, cancallation number and cancellation document number | |
890 | - ... Find tender using uaid, create fake documentation and call update_cancellation_document | |
891 | - ... [Return] Nothing | |
892 | - [Arguments] ${username} ${tender_uaid} ${cancel_num} ${doc_num} | |
893 | - ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} | |
894 | - ${second_cancel_doc}= create_fake_doc | |
895 | - Set To Dictionary ${USERS.users['${tender_owner}']} second_cancel_doc=${second_cancel_doc} | |
896 | - Log ${second_cancel_doc} | |
897 | - ${reply}= Call Method ${USERS.users['${username}'].client} update_cancellation_document ${second_cancel_doc} ${tender} ${tender['data']['cancellations'][${cancel_num}]['id']} ${tender['data']['cancellations'][${cancel_num}]['documents'][${doc_num}]['id']} | |
898 | - Log ${reply} | |
899 | - | |
900 | - | |
901 | 887 | Підтвердити скасування закупівлі |
902 | 888 | [Documentation] |
903 | 889 | ... [Arguments] Username, tender uaid, cancellation number | ... | ... |
Please
register
or
login
to post a comment