Commit 2a512c049e6f3564dc20d4b85baacb16c62b667a

Authored by ivanka12
Committed by GitHub
2 parents 5d5cdbbc 33f0116b

Merge pull request #92 from openprocurement/master

update upload_obj_document
... ... @@ -211,7 +211,7 @@ Library openprocurement_client.utils
211 211
212 212 Оприлюднити рішення про початок моніторингу
213 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 215 ${documents}= Create List
216 216 Append To List ${documents} ${document.data}
217 217 Set To Dictionary ${monitoring_data.data.decision} documents=${documents}
... ... @@ -353,7 +353,7 @@ Library openprocurement_client.utils
353 353
354 354 Надати звіт про усунення порушення замовником
355 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 357 ${documents}= Create List
358 358 Append To List ${documents} ${reply.data}
359 359 Set To Dictionary ${resolution_data.data} documents=${documents}
... ... @@ -365,7 +365,7 @@ Library openprocurement_client.utils
365 365
366 366 Зазначити, що порушення було оскаржено в суді
367 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 369 ${documents}= Create List
370 370 Append To List ${documents} ${reply.data}
371 371 Set To Dictionary ${appeal_data.data} documents=${documents}
... ...
Please register or login to post a comment