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