Skip to content

Commit

Permalink
WIP Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann committed Dec 13, 2024
1 parent 8b7cf98 commit 550caf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/tests/vaas/VaasTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function setUp(): void
$this->vaas = $this->getVaas();
}

private function getVaas(bool $useCache = false, bool $useHashLookup = false): Vaas
private function getVaas(bool $useCache = false, bool $useHashLookup = true): Vaas
{
$credentials = new AuthenticationOptions(
GrantType::CLIENT_CREDENTIALS,
Expand Down

0 comments on commit 550caf5

Please sign in to comment.