Commit 046cc6328fd4b9b2d46d66e815e7f58782d37229

Authored by selurvedu
1 parent 1b866a0f

Swap arguments for 'upload_document' method

Changes are made according to
https://github.com/openprocurement/openprocurement.client.python/commit/345aa40533c0db0569f230f499548412425b7d10
... ... @@ -311,7 +311,7 @@ ${question_id} 0
311 311 ${tenderID}= openprocurement_client.Отримати internal id по UAid ${ARGUMENTS[0]} ${ARGUMENTS[2]}
312 312 ${tender}= Call Method ${USERS.users['${ARGUMENTS[0]}'].client} get_tender ${tenderID}
313 313 ${tender}= set_access_key ${tender} ${USERS.users['${ARGUMENTS[0]}'].access_token}
314   - ${reply}= Call Method ${USERS.users['${ARGUMENTS[0]}'].client} upload_document ${tender} ${ARGUMENTS[1]}
  314 + ${reply}= Call Method ${USERS.users['${ARGUMENTS[0]}'].client} upload_document ${ARGUMENTS[1]} ${tender}
315 315 Log object data ${reply} reply
316 316 [return] ${reply}
317 317
... ...
Please register or login to post a comment