Skip to content

Commit 8b34651

Browse files
committed
MAGETWO-98584: Google chart API used by Magento dashboard scheduled to be turned off
1 parent bb54646 commit 8b34651

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Backend/Block/Dashboard

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Backend/Block/Dashboard/GraphTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ protected function setUp()
2727

2828
public function testGetChartUrl()
2929
{
30-
$this->assertStringStartsWith('http://chart.apis.google.com/chart', $this->_block->getChartUrl());
30+
$this->assertStringStartsWith('https://image-charts.com/chart', $this->_block->getChartUrl());
3131
}
3232
}

0 commit comments

Comments
 (0)