mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Fix typo
This commit is contained in:
parent
6a2dd78f88
commit
973af94b42
@ -89,7 +89,7 @@ public class ServerHttpBasicAuthenticationConverterTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void applyWhenWrongSchemeThenAuthentication() {
|
||||
public void applyWhenWrongSchemeThenEmpty() {
|
||||
Mono<Authentication> result = apply(this.request.header(HttpHeaders.AUTHORIZATION, "token dXNlcjpwYXNzd29yZA=="));
|
||||
|
||||
assertThat(result.block()).isNull();
|
||||
|
Loading…
x
Reference in New Issue
Block a user