From 33e6fa392196e248274844a85e8251528a3fff72 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Fri, 10 Apr 2026 14:18:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20remove=20@todo=20tags=20f?= =?UTF-8?q?rom=20implemented=20scenarios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/jwt/jwt_secret_retention.feature | 3 --- 1 file changed, 3 deletions(-) diff --git a/features/jwt/jwt_secret_retention.feature b/features/jwt/jwt_secret_retention.feature index d07bf5d..5d8b434 100644 --- a/features/jwt/jwt_secret_retention.feature +++ b/features/jwt/jwt_secret_retention.feature @@ -10,7 +10,6 @@ Feature: JWT Secret Retention Policy And the retention factor is 2.0 And the maximum retention is 72 hours - @todo Scenario: Automatic cleanup of expired secrets Given a primary JWT secret exists And I add a secondary JWT secret with 1 hour expiration @@ -19,7 +18,6 @@ Feature: JWT Secret Retention Policy And the primary secret should remain active And I should see cleanup event in logs - @todo Scenario: Secret retention based on TTL factor Given the JWT TTL is set to 2 hours And the retention factor is 3.0 @@ -27,7 +25,6 @@ Feature: JWT Secret Retention Policy Then the secret should expire after 6 hours And the retention period should be 6 hours - @todo Scenario: Maximum retention period enforcement Given the JWT TTL is set to 72 hours And the retention factor is 3.0