Skip to content

Commit 7f33252

Browse files
Copilotvharseko
andauthored
fix: restore commented-out mock stub in ServletJwtSessionModuleTest
Agent-Logs-Url: https://github.com/OpenIdentityPlatform/commons/sessions/e243ecbc-1de0-411e-9d62-3609f2912bd9 Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 parent a8a34ee commit 7f33252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commons/auth-filters/authn-filter/jaspi-modules/jwt-session-module/src/test/java/org/forgerock/jaspi/modules/session/jwt/ServletJwtSessionModuleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ public void shouldValidateRequestWhenJwtSessionCookiePresentAndValidCoolOffPerio
495495
Date issuedAtTime = calendar.getTime();
496496

497497
given(messageInfo.getRequestMessage()).willReturn(request);
498-
//given(messageInfo.getResponseMessage()).willReturn(response);
498+
given(messageInfo.getResponseMessage()).willReturn(response);
499499
given(messageInfo.getMap()).willReturn(map);
500500
map.put(AuthenticationFramework.ATTRIBUTE_AUTH_CONTEXT, contextMap);
501501

0 commit comments

Comments
 (0)