Commit fba170ecc31cf520e5bdb21ec47f93edbdbab4c1
1 parent
d6044b90
Update `Створити вимогу` to work with complaintID
Update singleItemTenderComplaints to work with this change
Showing
2 changed files
with
13 additions
and
15 deletions
... | ... | @@ -370,7 +370,8 @@ Library openprocurement_client_helper.py |
370 | 370 | ... ${tender} |
371 | 371 | ... ${claim} |
372 | 372 | Log ${reply} |
373 | - [return] ${reply} | |
373 | + Set To Dictionary ${USERS.users['${username}']} complaint_access_token=${reply.access.token} | |
374 | + [return] ${reply.data.complaintID} | |
374 | 375 | |
375 | 376 | |
376 | 377 | Завантажити документацію до вимоги | ... | ... |
... | ... | @@ -57,13 +57,14 @@ ${mode} single |
57 | 57 | ... provider |
58 | 58 | ... ${USERS.users['${provider}'].broker} |
59 | 59 | ... from-0.12 |
60 | + [Setup] Дочекатись синхронізації з майданчиком ${provider} | |
60 | 61 | [Teardown] Оновити LAST_MODIFICATION_DATE |
61 | 62 | ${claim}= Підготовка даних для подання вимоги |
62 | - ${claim_resp}= Викликати для учасника ${provider} | |
63 | + ${complaintID}= Викликати для учасника ${provider} | |
63 | 64 | ... Створити вимогу |
64 | 65 | ... ${TENDER['TENDER_UAID']} |
65 | 66 | ... ${claim} |
66 | - ${claim_data}= Create Dictionary claim=${claim} claim_resp=${claim_resp} | |
67 | + ${claim_data}= Create Dictionary claim=${claim} complaintID=${complaintID} | |
67 | 68 | Set To Dictionary ${USERS.users['${provider}']} claim_data ${claim_data} |
68 | 69 | ${CLAIM_NUM}= Set variable 0 |
69 | 70 | Set suite variable ${CLAIM_NUM} |
... | ... | @@ -355,12 +356,11 @@ ${mode} single |
355 | 356 | ... from-0.12 |
356 | 357 | [Teardown] Оновити LAST_MODIFICATION_DATE |
357 | 358 | ${claim}= Підготовка даних для подання вимоги |
358 | - ${claim_resp}= Викликати для учасника ${provider} | |
359 | + ${complaintID}= Викликати для учасника ${provider} | |
359 | 360 | ... Створити вимогу |
360 | 361 | ... ${TENDER['TENDER_UAID']} |
361 | 362 | ... ${claim} |
362 | - ${claim_data2}= Create Dictionary claim=${claim} claim_resp=${claim_resp} | |
363 | - Log ${claim_data2} | |
363 | + ${claim_data2}= Create Dictionary claim=${claim} complaintID=${complaintID} | |
364 | 364 | Set To Dictionary ${USERS.users['${provider}']} claim_data2 ${claim_data2} |
365 | 365 | ${CLAIM_NUM}= Set variable 1 |
366 | 366 | Set suite variable ${CLAIM_NUM} |
... | ... | @@ -434,12 +434,11 @@ ${mode} single |
434 | 434 | ... from-0.12 |
435 | 435 | [Teardown] Оновити LAST_MODIFICATION_DATE |
436 | 436 | ${claim}= Підготовка даних для подання вимоги |
437 | - ${claim_resp}= Викликати для учасника ${provider} | |
437 | + ${complaintID}= Викликати для учасника ${provider} | |
438 | 438 | ... Створити вимогу |
439 | 439 | ... ${TENDER['TENDER_UAID']} |
440 | 440 | ... ${claim} |
441 | - ${claim_data3}= Create Dictionary claim=${claim} claim_resp=${claim_resp} | |
442 | - Log ${claim_data3} | |
441 | + ${claim_data3}= Create Dictionary claim=${claim} complaintID=${complaintID} | |
443 | 442 | Set To Dictionary ${USERS.users['${provider}']} claim_data3 ${claim_data3} |
444 | 443 | ${CLAIM_NUM}= Set variable 2 |
445 | 444 | Set suite variable ${CLAIM_NUM} |
... | ... | @@ -502,12 +501,11 @@ ${mode} single |
502 | 501 | ... from-0.12 |
503 | 502 | [Teardown] Оновити LAST_MODIFICATION_DATE |
504 | 503 | ${claim}= Підготовка даних для подання вимоги |
505 | - ${claim_resp}= Викликати для учасника ${provider} | |
504 | + ${complaintID}= Викликати для учасника ${provider} | |
506 | 505 | ... Створити вимогу |
507 | 506 | ... ${TENDER['TENDER_UAID']} |
508 | 507 | ... ${claim} |
509 | - ${claim_data4}= Create Dictionary claim=${claim} claim_resp=${claim_resp} | |
510 | - Log ${claim_data4} | |
508 | + ${claim_data4}= Create Dictionary claim=${claim} complaintID=${complaintID} | |
511 | 509 | Set To Dictionary ${USERS.users['${provider}']} claim_data4 ${claim_data4} |
512 | 510 | ${CLAIM_NUM}= Set variable 3 |
513 | 511 | Set suite variable ${CLAIM_NUM} |
... | ... | @@ -580,12 +578,11 @@ ${mode} single |
580 | 578 | ... from-0.12 |
581 | 579 | [Teardown] Оновити LAST_MODIFICATION_DATE |
582 | 580 | ${claim}= Підготовка даних для подання вимоги |
583 | - ${claim_resp}= Викликати для учасника ${provider} | |
581 | + ${complaintID}= Викликати для учасника ${provider} | |
584 | 582 | ... Створити вимогу |
585 | 583 | ... ${TENDER['TENDER_UAID']} |
586 | 584 | ... ${claim} |
587 | - ${claim_data5}= Create Dictionary claim=${claim} claim_resp=${claim_resp} | |
588 | - Log ${claim_data5} | |
585 | + ${claim_data5}= Create Dictionary claim=${claim} complaintID=${complaintID} | |
589 | 586 | Set To Dictionary ${USERS.users['${provider}']} claim_data5 ${claim_data5} |
590 | 587 | ${CLAIM_NUM}= Set variable 4 |
591 | 588 | Set suite variable ${CLAIM_NUM} | ... | ... |
Please
register
or
login
to post a comment