Skip to content

Commit

Permalink
Tighten regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jan 25, 2024
1 parent b05739a commit f64eb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/shared/fqdn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestFQDN(t *testing.T) {
}

func makeErrorRegex(osHostname string, withTimeout bool) string {
timeoutStr := ".*"
timeoutStr := ""
if withTimeout {
timeoutStr = ": i/o timeout"
}
Expand Down

0 comments on commit f64eb1b

Please sign in to comment.