Skip to content

Commit

Permalink
Fix for Forward Ports batch 22 has issues with CICD builds
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-engcom-team authored and ishakhsuvarov committed Feb 7, 2018
1 parent 16a1029 commit 17a26cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public function testSaveActionCategoryWithDangerRequest()
);
$this->dispatch('backend/catalog/category/save');
$this->assertSessionMessages(
$this->equalTo(['The value of attribute "name" must be set']),
$this->equalTo(['The value of attribute "Name" must be set']),
\Magento\Framework\Message\MessageInterface::TYPE_ERROR
);
}
Expand Down

0 comments on commit 17a26cb

Please sign in to comment.