Skip to content

Commit

Permalink
take keycloak version into account
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio authored and mstefan21 committed Oct 24, 2023
1 parent 7ffc44c commit fdd159f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/src/Provider/KeycloakTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ public function testGetLogoutUrl()

public function testGetLogoutUrlWithIdTokenHint()
{
$this->provider->setVersion('18.0.0');

$options = [
'access_token' => new AccessToken(
[
Expand Down

0 comments on commit fdd159f

Please sign in to comment.