Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored and brunoocasali committed Mar 7, 2024
1 parent 24b2d5b commit 958c650
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 958c650

Please sign in to comment.