fix(tests): add missing refresh_expiry_days param to JwtConfig::new in tests

This commit is contained in:
2026-03-19 23:03:36 +01:00
parent 311fdd4006
commit 175d0bb0bb

View File

@@ -282,6 +282,7 @@ mod tests {
None,
None,
None,
None,
true, // Production mode
);
@@ -295,6 +296,7 @@ mod tests {
None,
None,
None,
None,
false, // Development mode
);