Formattingˆ

This commit is contained in:
sgibb
2024-03-08 14:34:51 -05:00
parent 7d9c634364
commit d8f90f0f45

View File

@@ -62,7 +62,7 @@ public class SaveSessionGatewayFilterFactoryTests extends BaseWebClientTests {
when(mockWebSession.getAttributes()).thenReturn(new HashMap<>());
Mono<Void> doSaveSession = Mono.fromRunnable(() -> {
// Do save session. Need to make sure the Mono is subscribed
// Do save session. Need to make sure the Mono is subscribed
fakeSessionStore.put(SESSION_ID, mockWebSession);
});
when(mockWebSession.save()).thenReturn(doSaveSession);