Skip to content

Commit 945dfc0

Browse files
committed
Add argon2 secret to verified restore data function
1 parent 24b1d32 commit 945dfc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/testlib.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,9 @@ verify_all_restored_data() {
508508
# verify management console password was *not* restored
509509
! grep -q "fake password hash data" "$GHE_REMOTE_DATA_USER_DIR/common/secrets.conf"
510510

511+
# verify management console argon2 secret was *not* restored
512+
! grep -q "fake argon2 secret" "$GHE_REMOTE_DATA_USER_DIR/common/secrets.conf"
513+
511514
# verify common data
512515
verify_common_data
513516
}

0 commit comments

Comments
 (0)