Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Feb 16, 2024
1 parent 2a339d2 commit 8ec77cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Endpoints/SearchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,6 @@ public function testVectorSearch(): void
public function testShowRankingScoreDetails(): void
{
$http = new Client($this->host, getenv('MEILISEARCH_API_KEY'));
$http->patch('/experimental-features', ['scoreDetails' => true]);

$response = $this->index->search('the', ['showRankingScoreDetails' => true]);
$hit = $response->getHits()[0];
Expand Down

0 comments on commit 8ec77cc

Please sign in to comment.