Fix typo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user