Skip to content

Commit 4e01eb8

Browse files
committed
Polish
See gh-13210
1 parent dcb172f commit 4e01eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-samples/spring-boot-sample-oauth2-client/src/test/java/sample/oauth2/client/SampleOAuth2ClientApplicationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void loginShouldHaveBothOAuthClientsToChooseFrom() {
5858
String.class);
5959
assertThat(entity.getStatusCode()).isEqualTo(HttpStatus.OK);
6060
assertThat(entity.getBody()).contains("/oauth2/authorization/google");
61-
assertThat(entity.getBody()).contains("/oauth2/authorization/github-client-2");
61+
assertThat(entity.getBody()).contains("/oauth2/authorization/github-client-1");
6262
assertThat(entity.getBody()).contains("/oauth2/authorization/github-client-2");
6363
}
6464

0 commit comments

Comments
 (0)