Skip to content

Commit 5edc50c

Browse files
Updated restore test
Co-authored-by: Robert Bolender <[email protected]>
1 parent 7868b3d commit 5edc50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-ghe-restore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ begin_test "ghe-restore with secret scanning encrypted content encryption keys f
475475
)
476476

477477
for secret in "${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
479479
done
480480
)
481481
end_test

0 commit comments

Comments
 (0)