Add Ticket Number to Test

Issue gh-8650
This commit is contained in:
Josh Cummings 2020-06-05 14:24:49 -06:00
parent cd3fd6762f
commit 1d821a2664
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 1 additions and 0 deletions

View File

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