Skip to content

Commit 7c679e8

Browse files
MCLOUD-13493: Temporary adjustment for test
1 parent ebe4569 commit 7c679e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Service/OpenSearch.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public function __construct(
5151
*/
5252
public function getFullEngineName(): string
5353
{
54+
return static::ENGINE_NAME; // Temporary adjustment for test
55+
5456
if ($this->magentoVersion->isGreaterOrEqual('2.4.4')) {
5557
return static::ENGINE_NAME;
5658
}

0 commit comments

Comments
 (0)