File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,6 @@ public function testFilterProductsByMultiSelectCustomAttributes()
432
432
attribute_code
433
433
count
434
434
label
435
- position
436
435
options
437
436
{
438
437
label
@@ -451,11 +450,6 @@ public function testFilterProductsByMultiSelectCustomAttributes()
451
450
$ this ->assertNotEmpty ($ response ['products ' ]['filters ' ]);
452
451
$ this ->assertNotEmpty ($ response ['products ' ]['aggregations ' ]);
453
452
$ this ->assertCount (2 , $ response ['products ' ]['aggregations ' ]);
454
- $ aggregations = $ response ['products ' ]['aggregations ' ];
455
- foreach ($ aggregations as $ aggregation )
456
- {
457
- $ this ->assertNotEmpty ($ aggregations ['position ' ]);
458
- }
459
453
}
460
454
461
455
/**
You can’t perform that action at this time.
0 commit comments