Showing
3 changed files
with
6 additions
and
6 deletions
... | ... | @@ -45,7 +45,7 @@ Resource base_keywords.robot |
45 | 45 | ${privat_doc}= create_data_dict data.confidentialityRationale ${confidentialityRationale} |
46 | 46 | Set To Dictionary ${privat_doc.data} confidentiality=buyerOnly |
47 | 47 | ${docid}= Get Variable Value ${USERS.users['${username}'].bidresponses['bid_doc_upload']['upload_response'].data.id} |
48 | - ${bid_doc_modified}= Run As ${username} Змінити документацію в ставці ${privat_doc} ${docid} | |
48 | + ${bid_doc_modified}= Run As ${username} Змінити документацію в ставці ${TENDER['TENDER_UAID']} ${privat_doc} ${docid} | |
49 | 49 | Set To Dictionary ${USERS.users['${username}'].bidresponses} bid_doc_modified=${bid_doc_modified} |
50 | 50 | |
51 | 51 | |
... | ... |
... | ... | @@ -813,7 +813,7 @@ Resource resource.robot |
813 | 813 | Можливість змінити документацію цінової пропозиції користувачем ${username} |
814 | 814 | ${file_path} ${file_name} ${file_content}= create_fake_doc |
815 | 815 | ${docid}= Get Variable Value ${USERS.users['${username}'].bidresponses['bid_doc_upload']['upload_response'].data.id} |
816 | - ${bid_doc_modified}= Run As ${username} Змінити документ в ставці ${file_path} ${docid} | |
816 | + ${bid_doc_modified}= Run As ${username} Змінити документ в ставці ${TENDER['TENDER_UAID']} ${file_path} ${docid} | |
817 | 817 | Set To Dictionary ${USERS.users['${username}'].bidresponses} bid_doc_modified=${bid_doc_modified} |
818 | 818 | Remove File ${file_path} |
819 | 819 | |
... | ... |
... | ... | @@ -727,9 +727,9 @@ Library openprocurement_client_helper.py |
727 | 727 | |
728 | 728 | |
729 | 729 | Змінити документ в ставці |
730 | - [Arguments] ${username} ${path} ${docid} | |
730 | + [Arguments] ${username} ${tender_uaid} ${path} ${docid} | |
731 | 731 | ${bid_id}= Get Variable Value ${USERS.users['${username}'].bidresponses['resp'].data.id} |
732 | - ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${TENDER['TENDER_UAID']} | |
732 | + ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} | |
733 | 733 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} |
734 | 734 | ${response}= Call Method ${USERS.users['${username}'].client} update_bid_document ${path} ${tender} ${bid_id} ${docid} |
735 | 735 | ${uploaded_file} = Create Dictionary filepath=${path} upload_response=${response} |
... | ... | @@ -738,9 +738,9 @@ Library openprocurement_client_helper.py |
738 | 738 | |
739 | 739 | |
740 | 740 | Змінити документацію в ставці |
741 | - [Arguments] ${username} ${doc_data} ${docid} | |
741 | + [Arguments] ${username} ${tender_uaid} ${doc_data} ${docid} | |
742 | 742 | ${bid_id}= Get Variable Value ${USERS.users['${username}'].bidresponses['resp'].data.id} |
743 | - ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${TENDER['TENDER_UAID']} | |
743 | + ${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid} | |
744 | 744 | ${tender}= set_access_key ${tender} ${USERS.users['${username}'].bidresponses['resp'].access.token} |
745 | 745 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_bid_document ${tender} ${doc_data} ${bid_id} ${docid} |
746 | 746 | [return] ${reply} |
... | ... |
Please
register
or
login
to post a comment