Skip to content

Commit

Permalink
Merge pull request #5789 from magento-obsessive-owls/int-fix
Browse files Browse the repository at this point in the history
[PB] Fix integration test
  • Loading branch information
omiroshnichenko authored Jun 11, 2020
2 parents 5975541 + 0a20e6e commit eda6da9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ private function prepareAttributeSet(array $additional): void
*/
public function testModifyMetaNewProductPageLayoutDefault($attributesMeta): void
{
$defaultLayout = $this->config->getValue('web/default_layouts/default_product_layout');
$defaultLayout = $this->config->getValue('web/default_layouts/default_product_layout') ?? '1column';
$attributesMeta = array_merge($attributesMeta, ['default' => $defaultLayout]);
$expectedMeta = $this->addMetaNesting(
$attributesMeta,
Expand Down

0 comments on commit eda6da9

Please sign in to comment.