File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ begin_test "ghe-restore with secret scanning encrypted secrets encryption keys f
454
454
)
455
455
end_test
456
456
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"
458
458
(
459
459
set -e
460
460
rm -rf " $GHE_REMOTE_ROOT_DIR "
@@ -475,7 +475,7 @@ begin_test "ghe-restore with secret scanning encrypted content encryption keys f
475
475
)
476
476
477
477
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
479
479
done
480
480
)
481
481
end_test
You can’t perform that action at this time.
0 commit comments