We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ce816 commit ef7e78cCopy full SHA for ef7e78c
dev/tests/api-functional/testsuite/Magento/Analytics/Api/LinkProviderTest.php
@@ -61,8 +61,8 @@ public function testGetAll()
61
try {
62
$this->_webApiCall($serviceInfo);
63
} catch (\Exception $e) {
64
- $this->assertEquals(
65
- '{"message":"Operation allowed only in HTTPS"}',
+ $this->assertContains(
+ 'Operation allowed only in HTTPS',
66
$e->getMessage()
67
);
68
return;
0 commit comments