mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
Add Ticket Number to Test
Issue gh-8650
This commit is contained in:
parent
cd3fd6762f
commit
1d821a2664
@ -103,6 +103,7 @@ public class DefaultOAuth2AuthorizationRequestResolverTests {
|
|||||||
assertThat(authorizationRequest).isNull();
|
assertThat(authorizationRequest).isNull();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// gh-8650
|
||||||
@Test
|
@Test
|
||||||
public void resolveWhenNotAuthorizationRequestThenRequestBodyNotConsumed() throws IOException {
|
public void resolveWhenNotAuthorizationRequestThenRequestBodyNotConsumed() throws IOException {
|
||||||
String requestUri = "/path";
|
String requestUri = "/path";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user