Skip to content

Commit 5f2dfdf

Browse files
author
Dale Sikkema
committed
MAGETWO-38065: /magento_verion exposes too detailed version information
1 parent bc95ef1 commit 5f2dfdf

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Version/Controller/Index

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Version/Controller/Index/IndexTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
class IndexTest extends \Magento\TestFramework\TestCase\AbstractController
99
{
10-
public function testExecute()
10+
public function testIndexAction()
1111
{
1212
// Execute controller to get version response
13-
$this->dispatch('magento_version');
13+
$this->dispatch('magento_version/index/index');
1414
$body = $this->getResponse()->getBody();
1515

1616
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();

0 commit comments

Comments
 (0)