Skip to content

Commit 69758c8

Browse files
committed
AC-5262:Fixed syntax error
1 parent 19861c7 commit 69758c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Test/Mftf/Test/StoreFrontAddOutOfStockProductToShoppingCartTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<before>
2222
<!-- Set Enable Inventory Check On Cart Load = No -->
23-
<magentoCLI command="config:set {{DisableInventoryCheckOnCartLoad.path}} {{DisableInventoryCheckOnCartLoad.value}}" stepKey="disableCartLoad"/>>
23+
<magentoCLI command="config:set {{DisableInventoryCheckOnCartLoad.path}} {{DisableInventoryCheckOnCartLoad.value}}" stepKey="disableCartLoad"/>
2424
<!-- Create default category with subcategory -->
2525
<createData entity="ApiCategory" stepKey="createCategory"/>
2626
<createData entity="SubCategoryWithParent" stepKey="createSubcategory">

0 commit comments

Comments
 (0)