Skip to content

Commit

Permalink
#23 - fixes test name
Browse files Browse the repository at this point in the history
  • Loading branch information
tjuerge committed Apr 4, 2020
1 parent 2ff68ec commit 7bc26dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void default_login_strategy_is_preferred_username() {
}

@Test
public void configure_provider_uri() throws Exception {
public void configure_issuer_uri() throws Exception {
settings.setProperty("sonar.auth.oidc.issuerUri", "https://auth.acme.com");

assertThat(underTest.issuerUri()).isEqualTo("https://auth.acme.com");
Expand Down

0 comments on commit 7bc26dc

Please sign in to comment.