Commit ada0345c5a0d0136c618062fffe2518d2359c1e6

Authored by Andrew Yanovych
1 parent 72677075

fixed keyword

... ... @@ -343,7 +343,6 @@ ${question_id} 0
343 343 ${tenderID}= openprocurement_client.отримати internal id по UAid ${ARGUMENTS[0]} ${ARGUMENTS[1]}
344 344 ${tender}= Call Method ${USERS.users['${ARGUMENTS[0]}'].client} get_tender ${tenderID}
345 345 ${token}= Get Variable Value ${USERS.users['${ARGUMENTS[0]}'].bidresponces['resp'].access.token}
346   - ${contents} ${filename}= Call Method ${USERS.users['${ARGUMENTS[0]}'].client} get_file ${tender} ${ARGUMENTS[2]} ${ARGUMENTS[3]}
347   - log ${contents}
  346 + ${contents} ${filename}= Call Method ${USERS.users['${ARGUMENTS[0]}'].client} get_file ${tender} ${ARGUMENTS[2]} ${token}
348 347 log ${filename}
349 348 [return] ${contents} ${filename}
\ No newline at end of file
... ...
Please register or login to post a comment