Skip to content

Commit fcb9328

Browse files
authored
#17035 Replaced deprecated methods
Fix integration test
1 parent 1ac94a2 commit fcb9328

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/CacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function testMassActionsInvalidTypes($action)
7272
$this->getRequest()->setParams(['types' => ['invalid_type_1', 'invalid_type_2', 'config']]);
7373
$this->dispatch('backend/admin/cache/' . $action);
7474
$this->assertSessionMessages(
75-
$this->contains("Specified cache type(s) don't exist: invalid_type_1, invalid_type_2"),
75+
$this->contains("Specified cache type(s) don't exist: invalid_type_1, invalid_type_2"),
7676
\Magento\Framework\Message\MessageInterface::TYPE_ERROR
7777
);
7878
}

0 commit comments

Comments
 (0)