Skip to content

Commit 7d1db1a

Browse files
committed
fix ghe-ssh-config tests
1 parent 9233903 commit 7d1db1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-ghe-ssh-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ begin_test "ghe-ssh-config returns config for multiple nodes"
2020
# Confirm multiplexing enabled
2121
echo "$output" | grep -q "ControlMaster=auto"
2222
# Confirm ControlPath returns correct hash for admin@host1:122
23-
echo "$output" | grep -q ".ghe-sshmux-84f6bdcf"
23+
echo "$output" | grep -q ".ghe-sshmux-7cb77002"
2424
)
2525
end_test
2626

0 commit comments

Comments
 (0)