Commit 572ca2799d056d03721e9abc6f15a901f43ea909
1 parent
1f738219
Rename suite variable `${lot_meat}` into `${LOT_MEAT}`
Showing
14 changed files
with
14 additions
and
14 deletions
... | ... | @@ -14,7 +14,7 @@ Resource resource.robot |
14 | 14 | ... number_of_items=${number_of_items} |
15 | 15 | ... number_of_lots=${number_of_lots} |
16 | 16 | ... tender_meat=${${tender_meat}} |
17 | - ... lot_meat=${${lot_meat}} | |
17 | + ... lot_meat=${${LOT_MEAT}} | |
18 | 18 | ... item_meat=${${ITEM_MEAT}} |
19 | 19 | ${DIALOGUE_TYPE}= Get Variable Value ${DIALOGUE_TYPE} |
20 | 20 | Run keyword if '${DIALOGUE_TYPE}' != '${None}' Set to dictionary ${tender_parameters} dialogue_type=${DIALOGUE_TYPE} | ... | ... |
Please
register
or
login
to post a comment