Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -160,9 +160,9 @@ ${question_id} 0 |
160 | 160 | log many ${USERS.users['${ARGUMENTS[0]}']} |
161 | 161 | ${tender}= set_access_key ${tender} ${USERS.users['${ARGUMENTS[0]}'].access_token} |
162 | 162 | ${ARGUMENTS[3].data.id}= Set Variable ${tender.data.questions[${ARGUMENTS[2]}].id} |
163 | - ${quvestion_with_answer}= Call Method ${USERS.users['${ARGUMENTS[0]}'].client} patch_question ${tender} ${ARGUMENTS[3]} | |
163 | + ${question_with_answer}= Call Method ${USERS.users['${ARGUMENTS[0]}'].client} patch_question ${tender} ${ARGUMENTS[3]} | |
164 | 164 | log many ${USERS.users['${ARGUMENTS[0]}'].client} ${tender} ${ARGUMENTS[3]} |
165 | - Log object data ${quvestion_with_answer} quvestion_with_answer | |
165 | + Log object data ${question_with_answer} question_with_answer | |
166 | 166 | |
167 | 167 | Подати скаргу |
168 | 168 | [Documentation] | ... | ... |
Please
register
or
login
to post a comment