Skip to content

Commit 485f4b1

Browse files
committed
ACPT-648: Cover API with Webapi Test
1 parent d602236 commit 485f4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/ImportCsv/Api/ImportCsvApiTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class ImportCsvApiTest extends WebapiAbstract
1414
{
1515
private const RESOURCE_PATH = '/V1/import/csv';
16-
private const SERVICE_NAME = 'importCsvV1';
16+
private const SERVICE_NAME = 'importCsvApiStartImportV1';
1717
private const SERVICE_VERSION = 'V1';
1818

1919
/**
@@ -33,7 +33,7 @@ public function testImport(array $requestData, array $expectedResponse): void
3333
'soap' => [
3434
'service' => self::SERVICE_NAME,
3535
'serviceVersion' => self::SERVICE_VERSION,
36-
'operation' => self::SERVICE_NAME . 'Save',
36+
'operation' => self::SERVICE_NAME . 'Execute'
3737
]
3838
];
3939
$requestData['source']['csvData'] = base64_encode(file_get_contents($requestData['source']['csvData']));

0 commit comments

Comments
 (0)