Skip to content

Commit a307a31

Browse files
committed
MC-20448: [Integration Test] WSDL Lists All Available Methods
1 parent 8a38942 commit a307a31

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Webapi/Controller

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Webapi/Controller/SoapTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testDispatchWsdlRequest(): void
5151
*/
5252
protected function assertWsdlServices(array $decodedWsdl): void
5353
{
54-
$this->assertArrayHasKey("customerAccountManagementV1", $decodedWsdl);
55-
$this->assertArrayHasKey("integrationAdminTokenServiceV1", $decodedWsdl);
54+
$this->assertArrayHasKey('customerAccountManagementV1', $decodedWsdl);
55+
$this->assertArrayHasKey('integrationAdminTokenServiceV1', $decodedWsdl);
5656
}
5757
}

0 commit comments

Comments
 (0)