Commit 33d65dae084a6585e44193b77dade1a12c57268c
1 parent
4a2c6e56
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