Browse Source

Add Ticket Number to Test

Issue gh-8650
Josh Cummings 5 years ago
parent
commit
1d821a2664

+ 1 - 0
oauth2/oauth2-client/src/test/java/org/springframework/security/oauth2/client/web/DefaultOAuth2AuthorizationRequestResolverTests.java

@@ -103,6 +103,7 @@ public class DefaultOAuth2AuthorizationRequestResolverTests {
 		assertThat(authorizationRequest).isNull();
 	}
 
+	// gh-8650
 	@Test
 	public void resolveWhenNotAuthorizationRequestThenRequestBodyNotConsumed() throws IOException {
 		String requestUri = "/path";