Skip to content

Commit 174fbdc

Browse files
committed
ACP2E-1405: Rollback the delivered code from the mainline and deliver correct branch ACP2E-1245
1 parent fb586ea commit 174fbdc

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/AsynchronousOperations/Test/Unit/Controller/Adminhtml/Notification

1 file changed

+1
-1
lines changed

app/code/Magento/AsynchronousOperations/Test/Unit/Controller/Adminhtml/Notification/DismissTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function testExecuteSetsBadRequestResponseStatusIfBulkWasNotAcknowledgedC
100100

101101
$this->resultFactoryMock->expects($this->once())
102102
->method('create')
103-
->with(ResultFactory::TYPE_RAW, [])
103+
->with(ResultFactory::TYPE_JSON, [])
104104
->willReturn($this->jsonResultMock);
105105

106106
$this->jsonResultMock->expects($this->once())

0 commit comments

Comments
 (0)