Commit 8a7516a350255ff6c542f9c74faf9429cad70db7

Authored by mykhaly
1 parent dbb940c7

Remove not used keyword

... ... @@ -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