🧪 test: fix undefined BDD step for JWT retention period
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user