Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Jan 14, 2025
1 parent aec66ef commit c3321e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/Http/Authentication/AuthenticateRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ protected function setUp(): void
$this->cultureFeed,
$this->managementTokenProvider,
$this->createMock(MetadataGenerator::class),
new InMemoryDefaultQueryRepository(['my_active_api_key' => 'my_default_search_query']),
new InMemoryDefaultQueryRepository([
'api_keys' =>
['my_active_api_key' => 'my_default_search_query'],
]),
$this->pemFile
);
}
Expand Down

0 comments on commit c3321e6

Please sign in to comment.