🧪 test: fix undefined BDD step for JWT retention period
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Failing after 4m11s

This commit is contained in:
2026-04-09 18:06:41 +02:00
parent 3bad64026b
commit 168efd3e99
4 changed files with 62 additions and 61 deletions

View File

@@ -23,7 +23,7 @@ Feature: JWT Secret Retention Policy
And the retention factor is 3.0
When I add a new JWT secret
Then the secret should expire after 6 hours
And the retention period should be calculated as "2h × 3.0 = 6h"
And the retention period should be 6 hours
Scenario: Maximum retention period enforcement
Given the JWT TTL is set to 72 hours