Showing
2 changed files
with
2 additions
and
2 deletions
| ... | ... | @@ -63,7 +63,7 @@ Resource playtender_claim |
| 63 | 63 | # bof - fix # |
| 64 | 64 | ${complaint} = Run Keyword If "на скасування" in "${TEST_NAME}" getLastCancellationComplaintDataByTenderUaId ${API_HOST_URL}/api/${API_VERSION} ${tender_uaid} |
| 65 | 65 | ... ELSE IF "переможця" in "${TEST_NAME}" getLastAwardComplaintDataByTenderUaId ${API_HOST_URL}/api/${API_VERSION} ${tender_uaid} |
| 66 | - ... ELSE IF "кваліфікац" in "${TEST_NAME}" or "прекваліфікацію" in "${TEST_NAME}" getLastQualificationComplaintDataByTenderUaId ${API_HOST_URL}/api/${API_VERSION} ${tender_uaid} | |
| 66 | + ... ELSE IF "кваліфікац" in "${TEST_NAME}" in "${TEST_NAME}" getLastQualificationComplaintDataByTenderUaId ${API_HOST_URL}/api/${API_VERSION} ${tender_uaid} | |
| 67 | 67 | ... ELSE getLastComplaintDataByTenderUaId ${API_HOST_URL}/api/${API_VERSION} ${tender_uaid} |
| 68 | 68 | ## ${complaint}= getLastComplaintDataByTenderUaId ${API_HOST_URL}/api/${API_VERSION} ${tender_uaid} |
| 69 | 69 | # Log ${complaint} getLastAwardComplaintDataByTenderUaId | ... | ... |
| ... | ... | @@ -583,7 +583,7 @@ def getLastQualificationComplaintDataByTenderUaId(apiBaseUrl, tenderUaId): |
| 583 | 583 | return {} |
| 584 | 584 | tenderDataQualification = doGetRequest(apiBaseUrl.strip("/") + "/tenders/" + tenderId + "/qualifications", data={}) |
| 585 | 585 | print("tenderDataQualification:") |
| 586 | - print(tenderQualification['json']['data']) | |
| 586 | + print(tenderDataQualification['json']['data']) | |
| 587 | 587 | tenderDataCancellationId = tenderDataQualification['json']['data'][0]['id'] |
| 588 | 588 | print("tenderDataQualificationId:") |
| 589 | 589 | print(tenderDataQualificationId) | ... | ... |
Please
register
or
login
to post a comment