Skip to content

Commit f492140

Browse files
committed
MAGETWO-31901: Implement Attributes Mapping to Data Interfaces
- Fixed WSDL url
1 parent 4ffa6f2 commit f492140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Webapi/CustomAttributeTypeWsdlGenerationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected function setUp()
2727
$this->_markTestAsSoapOnly("WSDL generation tests are intended to be executed for SOAP adapter only.");
2828
$this->_storeCode = Bootstrap::getObjectManager()->get('Magento\Store\Model\StoreManagerInterface')
2929
->getStore()->getCode();
30-
$this->_soapUrl = "{$this->_baseUrl}/soap/{$this->_storeCode}?services=testModuleMSCAllSoapAndRestV1";
30+
$this->_soapUrl = "{$this->_baseUrl}/soap/{$this->_storeCode}?wsdl=1&services=testModuleMSCAllSoapAndRestV1";
3131
parent::setUp();
3232
}
3333

0 commit comments

Comments
 (0)