Skip to content

Commit cab8506

Browse files
updated log line in test
1 parent 324a79d commit cab8506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +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",
368+
"[INFO] Salt rotation complete target_date=2025-01-01",
369369
// Post-rotation ages, we want to look at current state
370370
"[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
371371
"[INFO] salt_count_type=total-salts target_date=2025-01-01 age=5 salt_count=1",

0 commit comments

Comments
 (0)