Skip to content

Commit

Permalink
upgrade nimbus jose jwt - change to use bitnami/keycloak docker repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dradosevic committed Nov 19, 2024
1 parent 860a0b0 commit 8dcb9bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class OpenIdAuthorizationCodeSpec extends GebEmbeddedServerSpecification {

when:
LoginPage loginPage = browser.page LoginPage
loginPage.login("user", "password")
loginPage.login(Keycloak.TEST_USERNAME, Keycloak.TEST_PASSWORD)

then:
browser.at HomePage
Expand Down

0 comments on commit 8dcb9bc

Please sign in to comment.