Skip to content

Commit 5192bd0

Browse files
committed
feat: add ledger-back signing key support
1 parent 0b48676 commit 5192bd0

File tree

3 files changed

+405
-4
lines changed

3 files changed

+405
-4
lines changed

integration/cache_tests.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,7 @@ async fn test_certificate_cache_hit_rate() {
9191

9292
// Cache hit rate should be >90% for repeated requests
9393
if hit_rate < 90.0 {
94-
eprintln!(
95-
"Warning: Cache hit rate is low ({:.1}%) - expected >90%",
96-
hit_rate
97-
);
94+
eprintln!("Warning: Cache hit rate is low ({:.1}%) - expected >90%", hit_rate);
9895
}
9996
}
10097
}

integration/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ mod control_integration_tests;
3232
mod e2e_workflows_tests;
3333
mod ledger_cache_invalidation_tests;
3434
mod resilience_tests;
35+
mod token_lifecycle_tests;
3536
mod vault_isolation_tests;
3637

3738
/// Generate a random Ed25519 signing key

0 commit comments

Comments
 (0)