Commit 4e01eb86 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

See gh-13210
parent dcb172fe
......@@ -58,7 +58,7 @@ public class SampleOAuth2ClientApplicationTests {
String.class);
assertThat(entity.getStatusCode()).isEqualTo(HttpStatus.OK);
assertThat(entity.getBody()).contains("/oauth2/authorization/google");
assertThat(entity.getBody()).contains("/oauth2/authorization/github-client-2");
assertThat(entity.getBody()).contains("/oauth2/authorization/github-client-1");
assertThat(entity.getBody()).contains("/oauth2/authorization/github-client-2");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment