This commit is contained in:
Johnny Lim 2018-08-08 10:00:24 +09:00 committed by Rob Winch
parent 6a2dd78f88
commit 973af94b42

View File

@ -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();