Skip to content

Commit a122761

Browse files
committed
MC-25043: Layered Navigation does not return "No" option for boolean attributes when using elasticsearch
- Fixed wrong path in fixture loading
1 parent 148f75e commit a122761

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Elasticsearch/_files

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Elasticsearch/_files/indexer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Magento\TestFramework\Helper\Bootstrap;
1717
use Magento\TestFramework\Workaround\Override\Fixture\Resolver;
1818

19-
Resolver::getInstance()->requireDataFixture('/../../Catalog/_files/product_boolean_attribute.php');
19+
Resolver::getInstance()->requireDataFixture('Magento/Catalog/_files/product_boolean_attribute.php');
2020

2121
/** @var $objectManager \Magento\Framework\ObjectManagerInterface */
2222
$objectManager = Bootstrap::getObjectManager();

0 commit comments

Comments
 (0)