Skip to content

Commit 8680957

Browse files
updated salt rotation logging test
1 parent 58c8cb8 commit 8680957

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/uid2/admin/salt/SaltRotationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ void logsSaltAgesOnRotation() throws Exception {
365365
.build();
366366

367367
var expected = Set.of(
368+
"[INFO] Salt rotation complete, target_date=2025-01-01 salts_rotated=2 total_salts=5",
368369
// Post-rotation ages, we want to look at current state
369370
"[INFO] salt_count_type=total-salts target_date=2025-01-01 age=0 salt_count=2", // The two rotated salts, used to be 65 and 50 days old
370371
"[INFO] salt_count_type=total-salts target_date=2025-01-01 age=5 salt_count=1",

0 commit comments

Comments
 (0)