We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb586ea commit 174fbdcCopy full SHA for 174fbdc
app/code/Magento/AsynchronousOperations/Test/Unit/Controller/Adminhtml/Notification/DismissTest.php
@@ -100,7 +100,7 @@ public function testExecuteSetsBadRequestResponseStatusIfBulkWasNotAcknowledgedC
100
101
$this->resultFactoryMock->expects($this->once())
102
->method('create')
103
- ->with(ResultFactory::TYPE_RAW, [])
+ ->with(ResultFactory::TYPE_JSON, [])
104
->willReturn($this->jsonResultMock);
105
106
$this->jsonResultMock->expects($this->once())
0 commit comments