You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@ public function testAddDisabledVariationToCart()
292
292
293
293
$this->expectException(Exception::class);
294
294
$this->expectExceptionMessage(
295
-
'Could not add the product with SKU configurable to the shopping cart: This product is out of stock.'
295
+
'Could not add the product with SKU configurable to the shopping cart'
296
296
);
297
297
298
298
$this->graphQlMutation($query);
@@ -318,7 +318,7 @@ public function testOutOfStockVariationToCart()
318
318
319
319
$this->expectException(Exception::class);
320
320
$this->expectExceptionMessage(
321
-
'Could not add the product with SKU configurable to the shopping cart: This product is out of stock.'
321
+
'Could not add the product with SKU configurable to the shopping cart'
0 commit comments