Commit 07557d188f0b0a7c17ca79071c6959c31e9916e5
1 parent
4a76fc15
Make small change to work with upd. patch_cancel_doc
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -388,7 +388,7 @@ Library openprocurement_client_helper.py | @@ -388,7 +388,7 @@ Library openprocurement_client_helper.py | ||
388 | ${cancellation_document_field} Set variable description | 388 | ${cancellation_document_field} Set variable description |
389 | ${data}= change_cancellation_document_field ${cancellation_document_field} ${CANCELLATION_DOCUMENT_DESCRIPTION} | 389 | ${data}= change_cancellation_document_field ${cancellation_document_field} ${CANCELLATION_DOCUMENT_DESCRIPTION} |
390 | Log ${data} | 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 | Log ${reply} | 392 | Log ${reply} |
393 | 393 | ||
394 | 394 |
Please
register
or
login
to post a comment