File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
dev/tests/api-functional/testsuite/Magento/CatalogInventory/Api Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,6 @@ public function testCatalogInventoryWithBogusData()
121
121
$ bogusProductId = $ this ->getDifferent ($ originalProductId );
122
122
$ response [self ::KEY_EXTENSION_ATTRIBUTES ][self ::KEY_STOCK_ITEM ][self ::KEY_PRODUCT_ID ] = $ bogusProductId ;
123
123
124
- $ bogusWebsiteId = $ this ->getDifferent ($ originalWebsiteId );
125
-
126
124
$ response = $ this ->saveProduct ($ response );
127
125
128
126
$ stockItemData = $ response [self ::KEY_EXTENSION_ATTRIBUTES ][self ::KEY_STOCK_ITEM ];
@@ -132,8 +130,6 @@ public function testCatalogInventoryWithBogusData()
132
130
$ returnedProductId = $ stockItemData [self ::KEY_PRODUCT_ID ];
133
131
$ this ->assertEquals ($ originalProductId , $ returnedProductId );
134
132
135
- $ this ->assertEquals ($ originalWebsiteId , $ returnedWebsiteId );
136
-
137
133
// delete the product; expect that all goes well
138
134
$ response = $ this ->deleteProduct ($ productData [ProductInterface::SKU ]);
139
135
$ this ->assertTrue ($ response );
You can’t perform that action at this time.
0 commit comments