Skip to content

Commit a708a17

Browse files
committed
assert key is restored for 3.10
1 parent b2f7717 commit a708a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-ghe-restore.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ begin_test "ghe-restore with secret scanning encrypted secrets encryption keys f
454454
)
455455
end_test
456456

457-
begin_test "ghe-restore with secret scanning encrypted content encryption keys for versions below 3.11.0+"
457+
begin_test "ghe-restore with secret scanning encrypted content encryption keys for versions below 3.11.0"
458458
(
459459
set -e
460460
rm -rf "$GHE_REMOTE_ROOT_DIR"
@@ -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")" = "" ] # expecting these to not be set for versions below 3.11.0
478+
[ "$(ghe-ssh "$GHE_HOSTNAME" -- ghe-config "$secret")" = "foo" ] # expecting these to not be set for versions below 3.11.0
479479
done
480480
)
481481
end_test

0 commit comments

Comments
 (0)