|
@@ -555,10 +555,10 @@ Library openprocurement_client_helper.py |
|
@@ -555,10 +555,10 @@ Library openprocurement_client_helper.py |
555
|
... [Return] Nothing
|
555
|
... [Return] Nothing
|
556
|
[Arguments] ${username} ${tender_uaid} ${cancellation_reason} ${document} ${new_description}
|
556
|
[Arguments] ${username} ${tender_uaid} ${cancellation_reason} ${document} ${new_description}
|
557
|
${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid}
|
557
|
${tender}= openprocurement_client.Пошук тендера по ідентифікатору ${username} ${tender_uaid}
|
558
|
- ${data}= test_cancel_tender_data ${cancellation_reason}
|
|
|
559
|
- Log ${data}
|
|
|
560
|
- ${cancel_reply}= Call Method ${USERS.users['${username}'].client} create_cancellation ${tender} ${data}
|
|
|
561
|
- Log ${cancel_reply}
|
558
|
+ ${data}= Create dictionary reason=${cancellation_reason}
|
|
|
559
|
+ ${cancellation_data}= Create dictionary data=${data}
|
|
|
560
|
+ ${cancellation_data}= munch_dict arg=${cancellation_data}
|
|
|
561
|
+ ${cancel_reply}= Call Method ${USERS.users['${username}'].client} create_cancellation ${tender} ${cancellation_data}
|
562
|
${cancellation_id}= Set variable ${cancel_reply.data.id}
|
562
|
${cancellation_id}= Set variable ${cancel_reply.data.id}
|
563
|
|
563
|
|
564
|
${document_id}= openprocurement_client.Завантажити документацію до запиту на скасування ${username} ${tender_uaid} ${cancellation_id} ${document}
|
564
|
${document_id}= openprocurement_client.Завантажити документацію до запиту на скасування ${username} ${tender_uaid} ${cancellation_id} ${document}
|