Commit 27763797323f142c72feec5e083853bbdea89dab

Authored by ivanka12
Committed by GitHub
2 parents df05866f aa2fd0b0

Merge pull request #81 from openprocurement/master

 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