Commit 33f0116bd7de2fabc680fc1adf5e2b73e41e1027

Authored by ivanka12
Committed by GitHub
2 parents 60f96978 2b4e6544

Merge pull request #1019 from ivanka12/cpv

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}
... ... @@ -341,7 +341,7 @@ Library openprocurement_client.utils
341 341
342 342 Надати звіт про усунення порушення замовником
343 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 345 ${documents}= Create List
346 346 Append To List ${documents} ${reply.data}
347 347 Set To Dictionary ${resolution_data.data} documents=${documents}
... ... @@ -353,7 +353,7 @@ Library openprocurement_client.utils
353 353
354 354 Зазначити, що порушення було оскаржено в суді
355 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 357 ${documents}= Create List
358 358 Append To List ${documents} ${reply.data}
359 359 Set To Dictionary ${appeal_data.data} documents=${documents}
... ...
Please register or login to post a comment