Showing
3 changed files
with
4 additions
and
6 deletions
@@ -195,13 +195,13 @@ Library openprocurement_client.utils | @@ -195,13 +195,13 @@ Library openprocurement_client.utils | ||
195 | 195 | ||
196 | Оприлюднити рішення про початок моніторингу | 196 | Оприлюднити рішення про початок моніторингу |
197 | [Arguments] ${username} ${monitoring_uaid} ${file_path} ${monitoring_data} | 197 | [Arguments] ${username} ${monitoring_uaid} ${file_path} ${monitoring_data} |
198 | - ${monitoring}= openprocurement_client.Пошук об'єкта моніторингу по ідентифікатору ${username} ${monitoring_uaid} | ||
199 | ${document}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${file_path} ${USERS.users['${username}'].monitoring_data} | 198 | ${document}= Call Method ${USERS.users['${username}'].dasu_client} upload_obj_document ${file_path} ${USERS.users['${username}'].monitoring_data} |
200 | ${documents}= Create List | 199 | ${documents}= Create List |
201 | Append To List ${documents} ${document.data} | 200 | Append To List ${documents} ${document.data} |
202 | Set To Dictionary ${monitoring_data.data.decision} documents=${documents} | 201 | Set To Dictionary ${monitoring_data.data.decision} documents=${documents} |
203 | Log ${monitoring_data} | 202 | Log ${monitoring_data} |
204 | - ${reply}= Call Method ${USERS.users['${username}'].dasu_client} patch_monitoring ${monitoring_data} ${monitoring.data.id} | 203 | + ${monitoring_id}= Set Variable ${USERS.users['${username}'].monitoring_data.data.id} |
204 | + ${reply}= Call Method ${USERS.users['${username}'].dasu_client} patch_monitoring ${monitoring_data} ${monitoring_id} | ||
205 | Log ${reply} | 205 | Log ${reply} |
206 | Set To Dictionary ${USERS.users['${dasu_user}'].initial_data.data} decision=${monitoring_data.data.decision} | 206 | Set To Dictionary ${USERS.users['${dasu_user}'].initial_data.data} decision=${monitoring_data.data.decision} |
207 | Set To Dictionary ${USERS.users['${username}']} monitoring_data=${reply} | 207 | Set To Dictionary ${USERS.users['${username}']} monitoring_data=${reply} |
@@ -297,8 +297,8 @@ Library openprocurement_client.utils | @@ -297,8 +297,8 @@ Library openprocurement_client.utils | ||
297 | 297 | ||
298 | Змінити статус об’єкта моніторингу | 298 | Змінити статус об’єкта моніторингу |
299 | [Arguments] ${username} ${monitoring_uaid} ${status_data} | 299 | [Arguments] ${username} ${monitoring_uaid} ${status_data} |
300 | - ${monitoring}= openprocurement_client.Пошук об'єкта моніторингу по ідентифікатору ${username} ${monitoring_uaid} | ||
301 | - ${reply}= Call Method ${USERS.users['${username}'].dasu_client} patch_monitoring ${status_data} ${monitoring.data.id} | 300 | + ${monitoring_id}= Set Variable ${USERS.users['${username}'].monitoring_data.data.id} |
301 | + ${reply}= Call Method ${USERS.users['${username}'].dasu_client} patch_monitoring ${status_data} ${monitoring_id} | ||
302 | Log ${reply} | 302 | Log ${reply} |
303 | Set To Dictionary ${USERS.users['${username}']} monitoring_data=${reply} | 303 | Set To Dictionary ${USERS.users['${username}']} monitoring_data=${reply} |
304 | [return] ${reply} | 304 | [return] ${reply} |
@@ -733,7 +733,6 @@ ${MOZ_INTEGRATION} ${False} | @@ -733,7 +733,6 @@ ${MOZ_INTEGRATION} ${False} | ||
733 | ... ${USERS.users['${dasu_user}'].broker} | 733 | ... ${USERS.users['${dasu_user}'].broker} |
734 | ... cancelled | 734 | ... cancelled |
735 | ... critical | 735 | ... critical |
736 | - [Setup] Дочекатись синхронізації з ДАСУ ${dasu_user} | ||
737 | [Teardown] Оновити DASU_LAST_MODIFICATION_DATE | 736 | [Teardown] Оновити DASU_LAST_MODIFICATION_DATE |
738 | Можливість змінити статус об’єкта моніторингу на cancelled | 737 | Можливість змінити статус об’єкта моніторингу на cancelled |
739 | 738 |
Please
register
or
login
to post a comment