Skip to content

Commit eb6eb2b

Browse files
committed
fix
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 8a8d5cc commit eb6eb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsocket-transport-netty/src/test/java/io/rsocket/integration/AuthenticationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private static Mono<CloseableChannel> createServer() {
4848
socketAcceptor ->
4949
(setup, sendingSocket) -> {
5050
if (true) { // TODO here would be an authentication check based on the
51-
// setup payload
51+
// setup payload
5252
return Mono.error(new RejectedSetupException("ACCESS_DENIED"));
5353
} else {
5454
return socketAcceptor.accept(setup, sendingSocket);

0 commit comments

Comments
 (0)