Skip to content

Commit b841854

Browse files
committed
MAGETWO-34457: Merge and Fix tests
- fix L1 test
1 parent 0a4d1f2 commit b841854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Webapi/Routing/NoWebApiXmlTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public function testItems()
5050
{
5151
$this->_markTestAsRestOnly();
5252
$serviceInfo = [
53-
'rest' => ['
54-
resourcePath' => $this->_restResourcePath,
53+
'rest' => [
54+
'resourcePath' => $this->_restResourcePath,
5555
'httpMethod' => \Magento\Framework\Webapi\Rest\Request::HTTP_METHOD_GET
5656
],
5757
];

0 commit comments

Comments
 (0)