Commit a8cf3d54969142464a4904e7c4b1caffc57ca08a
1 parent
b2534703
Rename suite variable `${tender_meat}` into `${TENDER_MEAT}
Showing
14 changed files
with
14 additions
and
14 deletions
... | ... | @@ -13,7 +13,7 @@ Resource resource.robot |
13 | 13 | ... mode=${MODE} |
14 | 14 | ... number_of_items=${NUMBER_OF_ITEMS} |
15 | 15 | ... number_of_lots=${NUMBER_OF_LOTS} |
16 | - ... tender_meat=${${tender_meat}} | |
16 | + ... tender_meat=${${TENDER_MEAT}} | |
17 | 17 | ... lot_meat=${${LOT_MEAT}} |
18 | 18 | ... item_meat=${${ITEM_MEAT}} |
19 | 19 | ${DIALOGUE_TYPE}= Get Variable Value ${DIALOGUE_TYPE} | ... | ... |
Please
register
or
login
to post a comment