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 bb54646 commit 8b34651Copy full SHA for 8b34651
dev/tests/integration/testsuite/Magento/Backend/Block/Dashboard/GraphTest.php
@@ -27,6 +27,6 @@ protected function setUp()
27
28
public function testGetChartUrl()
29
{
30
- $this->assertStringStartsWith('http://chart.apis.google.com/chart', $this->_block->getChartUrl());
+ $this->assertStringStartsWith('https://image-charts.com/chart', $this->_block->getChartUrl());
31
}
32
0 commit comments