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 @@ -215,7 +215,7 @@ begin_test "ghe-restore with host arg and config value"
215
215
rm " $GHE_BACKUP_CONFIG_TEMP "
216
216
217
217
# verify host arg overrides configured restore host
218
- echo " $output " | grep -q ' Connect localhost:22 OK'
218
+ echo " $output " | grep -q ' Connect localhost:122 OK'
219
219
220
220
# Verify all the data we've restored is as expected
221
221
verify_all_restored_data
@@ -239,7 +239,7 @@ begin_test "ghe-restore with host arg"
239
239
output=" $( ghe-restore -f localhost) " || false
240
240
241
241
# verify host arg overrides configured restore host
242
- echo " $output " | grep -q ' Connect localhost:22 OK'
242
+ echo " $output " | grep -q ' Connect localhost:122 OK'
243
243
244
244
# Verify all the data we've restored is as expected
245
245
verify_all_restored_data
You can’t perform that action at this time.
0 commit comments