Skip to content

Commit 390a36a

Browse files
committed
MC-21694: Boolean attributes show "_bucket" in graphql search aggregations
1 parent 259d828 commit 390a36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchAggregationsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ private function reindex()
7676
{
7777
$appDir = dirname(Bootstrap::getInstance()->getAppTempDir());
7878
// phpcs:ignore Magento2.Security.InsecureFunction
79-
exec("php -f {$appDir}/bin/magento indexer:reindex", $out);
79+
exec("php -f {$appDir}/bin/magento indexer:reindex");
8080
}
8181
}

0 commit comments

Comments
 (0)