Skip to content

Commit

Permalink
Address code review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Mar 20, 2024
1 parent c44709a commit 9a9387f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,6 @@ public Map<String, Supplier<HttpServerTransport>> getSecureHttpTransports(
}
});
assertSame(custom, module.getHttpServerTransportSupplier());

settings = Settings.builder().put(NetworkModule.TRANSPORT_TYPE_KEY, "local").build();
NetworkModule newModule = newNetworkModule(settings, null);
expectThrows(IllegalStateException.class, () -> newModule.getHttpServerTransportSupplier());
}

public void testOverrideDefault() {
Expand Down

0 comments on commit 9a9387f

Please sign in to comment.