Commit aa2fd0b0edfc645694aed8e3af464ea2547dc47e

Authored by ivanka12
Committed by GitHub
2 parents 8c314072 33d65dae

Merge pull request #1016 from ivanka12/cpv

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