We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b1d32 commit 945dfc0Copy full SHA for 945dfc0
test/testlib.sh
@@ -508,6 +508,9 @@ verify_all_restored_data() {
508
# verify management console password was *not* restored
509
! grep -q "fake password hash data" "$GHE_REMOTE_DATA_USER_DIR/common/secrets.conf"
510
511
+ # verify management console argon2 secret was *not* restored
512
+ ! grep -q "fake argon2 secret" "$GHE_REMOTE_DATA_USER_DIR/common/secrets.conf"
513
+
514
# verify common data
515
verify_common_data
516
}
0 commit comments