Skip to content

Commit 8c2263e

Browse files
committed
MAGETWO-40097: Refactor Search Web Api
- Fixes for SOAP tests
1 parent 71d457f commit 8c2263e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

app/code/Magento/Catalog/etc/webapi.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
3939
<resource ref="anonymous" />
4040
</resources>
4141
</route>
42-
<route url="/V1/products/search" method="GET">
43-
<service class="Magento\Catalog\Api\ProductRepositoryInterface" method="search"/>
44-
<resources>
45-
<resource ref="anonymous" />
46-
</resources>
47-
</route>
4842

4943
<route url="/V1/products/attributes/types" method="GET">
5044
<service class="Magento\Catalog\Api\ProductAttributeTypesListInterface" method="getItems"/>

dev/tests/api-functional/testsuite/Magento/Search/Api/SearchTest.php

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

1010
class SearchTest extends WebapiAbstract
1111
{
12-
const SERVICE_NAME = 'searchSearchV1';
12+
const SERVICE_NAME = 'searchV1';
1313
const SERVICE_VERSION = 'V1';
1414
const RESOURCE_PATH = '/V1/search';
1515

0 commit comments

Comments
 (0)