Skip to content

Commit a06fc8a

Browse files
author
okarpenko
committed
MAGETWO-35869: Custom options pop-up is still displayed after submit
1 parent e50a0ff commit a06fc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/ShowUpdateResultTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function testExecute()
145145
$context = $this->getContext();
146146

147147
/** @var \Magento\Catalog\Controller\Adminhtml\Product\ShowUpdateResult $controller */
148-
$controller = new ShowUpdateResult($productCompositeHelper, $context, $productBuilder);
148+
$controller = new ShowUpdateResult($context, $productBuilder, $productCompositeHelper);
149149
$controller->execute();
150150
}
151151
}

0 commit comments

Comments
 (0)