Showing
1 changed file
with
2 additions
and
0 deletions
... | ... | @@ -58,10 +58,12 @@ Resource resource.robot |
58 | 58 | [Arguments] ${data_version} |
59 | 59 | ${NUMBER_OF_LOTS}= Convert To Integer ${NUMBER_OF_LOTS} |
60 | 60 | ${NUMBER_OF_ITEMS}= Convert To Integer ${NUMBER_OF_ITEMS} |
61 | + ${NUMBER_OF_MILESTONES}= Convert To Integer ${NUMBER_OF_MILESTONES} | |
61 | 62 | ${tender_parameters}= Create Dictionary |
62 | 63 | ... mode=${MODE} |
63 | 64 | ... number_of_items=${NUMBER_OF_ITEMS} |
64 | 65 | ... number_of_lots=${NUMBER_OF_LOTS} |
66 | + ... number_of_milestones=${NUMBER_OF_MILESTONES} | |
65 | 67 | ... tender_meat=${${TENDER_MEAT}} |
66 | 68 | ... lot_meat=${${LOT_MEAT}} |
67 | 69 | ... item_meat=${${ITEM_MEAT}} | ... | ... |
Please
register
or
login
to post a comment