Commit 2a512c049e6f3564dc20d4b85baacb16c62b667a
Committed by
GitHub
Merge pull request #92 from openprocurement/master
update upload_obj_document
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} |
@@ -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} ${resolution_data} ${file_path} | 355 | [Arguments] ${username} ${monitoring_uaid} ${resolution_data} ${file_path} |
356 | - ${reply}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${file_path} ${USERS.users['${username}'].monitoring_data} | 356 | + ${reply}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${file_path} |
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 ${resolution_data.data} documents=${documents} | 359 | Set To Dictionary ${resolution_data.data} documents=${documents} |
@@ -365,7 +365,7 @@ Library openprocurement_client.utils | @@ -365,7 +365,7 @@ Library openprocurement_client.utils | ||
365 | 365 | ||
366 | Зазначити, що порушення було оскаржено в суді | 366 | Зазначити, що порушення було оскаржено в суді |
367 | [Arguments] ${username} ${monitoring_uaid} ${appeal_data} ${file_path} | 367 | [Arguments] ${username} ${monitoring_uaid} ${appeal_data} ${file_path} |
368 | - ${reply}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${filepath} ${USERS.users['${username}'].monitoring} | 368 | + ${reply}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${filepath} |
369 | ${documents}= Create List | 369 | ${documents}= Create List |
370 | Append To List ${documents} ${reply.data} | 370 | Append To List ${documents} ${reply.data} |
371 | Set To Dictionary ${appeal_data.data} documents=${documents} | 371 | Set To Dictionary ${appeal_data.data} documents=${documents} |
Please
register
or
login
to post a comment