Commit 33d65dae084a6585e44193b77dade1a12c57268c

Authored by ivanka12
1 parent 4a2c6e56

update "Підготувати дані для створення предмету закупівлі"

... ... @@ -238,7 +238,8 @@ Get Broker Property By Username
238 238 Підготувати дані для створення предмету закупівлі
239 239 [Arguments] ${cpv}
240 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 243 [Return] ${item}
243 244
244 245
... ...
Please register or login to post a comment