Skip to content

Commit 438bcf6

Browse files
committed
ACP2E-1627: [Cloud] Magento Product Recommendation/Data Services Causing File Download Warning
1 parent 754d422 commit 438bcf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/App/Test/Unit/Response/Http/FileFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function testCreateArrayContent(): void
135135
$this->fileResponseFactory->expects($this->once())
136136
->method('create')
137137
->with([
138-
'fileOptions' => [
138+
'options' => [
139139
'filePath' => $file,
140140
'fileName' => 'fileName',
141141
'contentType' => 'application/octet-stream',
@@ -173,7 +173,7 @@ public function testCreateArrayContentRm(): void
173173
$this->fileResponseFactory->expects($this->once())
174174
->method('create')
175175
->with([
176-
'fileOptions' => [
176+
'options' => [
177177
'filePath' => $file,
178178
'fileName' => 'fileName',
179179
'contentType' => 'application/octet-stream',

0 commit comments

Comments
 (0)