Skip to content

Commit ef7e78c

Browse files
committed
MAGETWO-64626: Web API test for file export
edit test for run on http
1 parent b8ce816 commit ef7e78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Analytics/Api/LinkProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public function testGetAll()
6161
try {
6262
$this->_webApiCall($serviceInfo);
6363
} catch (\Exception $e) {
64-
$this->assertEquals(
65-
'{"message":"Operation allowed only in HTTPS"}',
64+
$this->assertContains(
65+
'Operation allowed only in HTTPS',
6666
$e->getMessage()
6767
);
6868
return;

0 commit comments

Comments
 (0)