Skip to content

Commit 93fcdc8

Browse files
committed
MC-21570: PAT trend build broken on graphql
- Fix unit test
1 parent 32d4ccc commit 93fcdc8

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider

1 file changed

+2
-0
lines changed

app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/StaticFieldTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ public function attributeProvider()
264264
'fields' => [
265265
'keyword' => [
266266
'type' => 'string',
267+
'index' => 'not_analyzed'
267268
]
268269
]
269270
],
@@ -294,6 +295,7 @@ public function attributeProvider()
294295
'fields' => [
295296
'keyword' => [
296297
'type' => 'string',
298+
'index' => 'not_analyzed'
297299
]
298300
]
299301
],

0 commit comments

Comments
 (0)