We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fcd2c commit 8cea512Copy full SHA for 8cea512
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php
@@ -84,7 +84,6 @@ public function testUidAndIdUsageErrorOnProductFilteringCategory()
84
$this->graphQlQuery($query);
85
}
86
87
-
88
/**
89
* Verify that filters category url path and uid can't be used at the same time
90
*/
@@ -155,7 +154,6 @@ public function testFilterByCategoryUrlPath()
155
154
public function testFilterByWrongCategoryUrlPath()
156
{
157
$categoryUrlPath = 'test';
158
159
$this->expectException(\Exception::class);
160
$this->expectExceptionMessage('No category with the provided `category_url_path` was found');
161
0 commit comments