Skip to content

Commit

Permalink
Fix RequestSignerFactoryTest.php test
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperaj committed Dec 16, 2024
1 parent c5ac6c7 commit 23d6548
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ public function it_creates_an_data_store_lpas_configured_signer(): void
->get('config')
->willReturn([]);
$containerProphecy
->get('LpaDataStoreSecretManager')
->get(LpaDataStoreSecretManager::class)
->willReturn($this->prophesize(LpaDataStoreSecretManager::class)->reveal());
$containerProphecy
->get('GenerateJWT')
->get(GenerateJWT::class)
->willReturn($jwtGenerator->reveal());

$factory = new RequestSignerFactory($containerProphecy->reveal());
Expand Down

0 comments on commit 23d6548

Please sign in to comment.