You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/test-ghe-restore.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -475,7 +475,7 @@ begin_test "ghe-restore with secret scanning encrypted content encryption keys f
475
475
)
476
476
477
477
forsecretin"${required_secrets[@]}";do
478
-
[ "$(ghe-ssh "$GHE_HOSTNAME" -- ghe-config "$secret")"="foo" ] #if this fails, it should fail silently for versions below 3.10
478
+
[ "$(ghe-ssh "$GHE_HOSTNAME" -- ghe-config "$secret")"="" ] #expecting that this secret was not backed up on versions below 3.11.0, this secret was not present in earlier versions
0 commit comments