Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -211,7 +211,7 @@ Library openprocurement_client.utils | @@ -211,7 +211,7 @@ Library openprocurement_client.utils | ||
| 211 | 211 | ||
| 212 | Оприлюднити рішення про початок моніторингу | 212 | Оприлюднити рішення про початок моніторингу |
| 213 | [Arguments] ${username} ${monitoring_uaid} ${file_path} ${monitoring_data} | 213 | [Arguments] ${username} ${monitoring_uaid} ${file_path} ${monitoring_data} |
| 214 | - ${document}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${file_path} ${USERS.users['${username}'].monitoring_data} | 214 | + ${document}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${file_path} |
| 215 | ${documents}= Create List | 215 | ${documents}= Create List |
| 216 | Append To List ${documents} ${document.data} | 216 | Append To List ${documents} ${document.data} |
| 217 | Set To Dictionary ${monitoring_data.data.decision} documents=${documents} | 217 | Set To Dictionary ${monitoring_data.data.decision} documents=${documents} |
| @@ -341,7 +341,7 @@ Library openprocurement_client.utils | @@ -341,7 +341,7 @@ Library openprocurement_client.utils | ||
| 341 | 341 | ||
| 342 | Надати звіт про усунення порушення замовником | 342 | Надати звіт про усунення порушення замовником |
| 343 | [Arguments] ${username} ${monitoring_uaid} ${resolution_data} ${file_path} | 343 | [Arguments] ${username} ${monitoring_uaid} ${resolution_data} ${file_path} |
| 344 | - ${reply}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${file_path} ${USERS.users['${username}'].monitoring_data} | 344 | + ${reply}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${file_path} |
| 345 | ${documents}= Create List | 345 | ${documents}= Create List |
| 346 | Append To List ${documents} ${reply.data} | 346 | Append To List ${documents} ${reply.data} |
| 347 | Set To Dictionary ${resolution_data.data} documents=${documents} | 347 | Set To Dictionary ${resolution_data.data} documents=${documents} |
| @@ -353,7 +353,7 @@ Library openprocurement_client.utils | @@ -353,7 +353,7 @@ Library openprocurement_client.utils | ||
| 353 | 353 | ||
| 354 | Зазначити, що порушення було оскаржено в суді | 354 | Зазначити, що порушення було оскаржено в суді |
| 355 | [Arguments] ${username} ${monitoring_uaid} ${appeal_data} ${file_path} | 355 | [Arguments] ${username} ${monitoring_uaid} ${appeal_data} ${file_path} |
| 356 | - ${reply}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${filepath} ${USERS.users['${username}'].monitoring} | 356 | + ${reply}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${filepath} |
| 357 | ${documents}= Create List | 357 | ${documents}= Create List |
| 358 | Append To List ${documents} ${reply.data} | 358 | Append To List ${documents} ${reply.data} |
| 359 | Set To Dictionary ${appeal_data.data} documents=${documents} | 359 | Set To Dictionary ${appeal_data.data} documents=${documents} |
Please
register
or
login
to post a comment