Skip to content

Commit 9233903

Browse files
committed
another test fix
1 parent e480e39 commit 9233903

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
@@ -215,7 +215,7 @@ begin_test "ghe-restore with host arg and config value"
215215
rm "$GHE_BACKUP_CONFIG_TEMP"
216216

217217
# 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'
219219

220220
# Verify all the data we've restored is as expected
221221
verify_all_restored_data
@@ -239,7 +239,7 @@ begin_test "ghe-restore with host arg"
239239
output="$(ghe-restore -f localhost)" || false
240240

241241
# 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'
243243

244244
# Verify all the data we've restored is as expected
245245
verify_all_restored_data

0 commit comments

Comments
 (0)