Skip to content

Commit 1b4a62e

Browse files
committed
Merge remote-tracking branch 'origin/MC-20448' into 2.3-develop-pr82
2 parents e8f49b4 + a307a31 commit 1b4a62e

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)