Skip to content

Commit

Permalink
[review] nits
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Dec 18, 2024
1 parent 28db239 commit df4243b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class AuthManagers {
private AuthManagers() {}

public static AuthManager loadAuthManager(String name, Map<String, String> properties) {

String authType =
properties.getOrDefault(AuthProperties.AUTH_TYPE, AuthProperties.AUTH_TYPE_NONE);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class TestDefaultAuthSession {

@Test
void authenticate() {

try (DefaultAuthSession session =
DefaultAuthSession.of(HTTPHeaders.of(HTTPHeader.of("Authorization", "s3cr3t")))) {

Expand All @@ -54,7 +53,6 @@ void authenticate() {

@Test
void authenticateWithConflictingHeader() {

try (DefaultAuthSession session =
DefaultAuthSession.of(HTTPHeaders.of(HTTPHeader.of("Authorization", "s3cr3t")))) {

Expand Down

0 comments on commit df4243b

Please sign in to comment.