Commit aa2fd0b0edfc645694aed8e3af464ea2547dc47e
Committed by
GitHub
Merge pull request #1016 from ivanka12/cpv
update "Підготувати дані для створення предмету закупівлі"
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -238,7 +238,8 @@ Get Broker Property By Username | @@ -238,7 +238,8 @@ Get Broker Property By Username | ||
238 | Підготувати дані для створення предмету закупівлі | 238 | Підготувати дані для створення предмету закупівлі |
239 | [Arguments] ${cpv} | 239 | [Arguments] ${cpv} |
240 | ${index}= Set variable if ${moz_integration} 3 4 | 240 | ${index}= Set variable if ${moz_integration} 3 4 |
241 | - ${item}= test_item_data ${cpv[:${index}]} | 241 | + ${cpv_group}= Convert To Integer ${cpv[:${index}]} |
242 | + ${item}= test_item_data ${cpv_group} | ||
242 | [Return] ${item} | 243 | [Return] ${item} |
243 | 244 | ||
244 | 245 |
Please
register
or
login
to post a comment