Commit 07557d188f0b0a7c17ca79071c6959c31e9916e5

Authored by mykhaly
1 parent 4a76fc15

Make small change to work with upd. patch_cancel_doc

... ... @@ -388,7 +388,7 @@ Library openprocurement_client_helper.py
388 388 ${cancellation_document_field} Set variable description
389 389 ${data}= change_cancellation_document_field ${cancellation_document_field} ${CANCELLATION_DOCUMENT_DESCRIPTION}
390 390 Log ${data}
391   - ${reply}= Call Method ${USERS.users['${username}'].client} patch_cancellation_document ${tender} ${data} ${cancel_num} ${doc_num}
  391 + ${reply}= Call Method ${USERS.users['${username}'].client} patch_cancellation_document ${tender} ${data} ${tender['data']['cancellations'][${cancel_num}]['id']} ${tender['data']['cancellations'][${cancel_num}]['documents'][${doc_num}]['id']}
392 392 Log ${reply}
393 393
394 394
... ...
Please register or login to post a comment