Commit eab5ff41642a28362bd6f06ecc50a08b9261ce25
1 parent
68d3b415
Use uppercase ${QUESTIONS} for consistency
Lowercase "questions" is not used anywhere else. Also that's a global/suite variable, so it should have its name written in uppercase.
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -289,7 +289,7 @@ ${question_id} 0 |
289 | 289 | [Documentation] |
290 | 290 | ... "shouldfail" argument as first switches the behaviour of keyword and "Викликати для учасника" to "fail if passed" |
291 | 291 | [Tags] ${USERS.users['${provider}'].broker}: Можливість задати запитання |
292 | - ${resp}= Викликати для учасника ${provider} Задати питання shouldfail ${TENDER['TENDER_UAID']} ${questions[${question_id}]} | |
292 | + ${resp}= Викликати для учасника ${provider} Задати питання shouldfail ${TENDER['TENDER_UAID']} ${QUESTIONS[${question_id}]} | |
293 | 293 | |
294 | 294 | Подати цінову пропозицію другим учасником |
295 | 295 | [Tags] ${USERS.users['${provider1}'].broker}: Можливість подати цінову пропозицію | ... | ... |
Please
register
or
login
to post a comment