You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct message key expectations in UserActionControllerTest
Update test assertions to match actual TokenValidationResult.getValue()
return values. The enum uses camelCase values (invalidToken, expired)
but tests were expecting uppercase or snake_case variations.
0 commit comments