Skip to content

Commit

Permalink
Fix test error messag
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Sep 3, 2023
1 parent e54ce4c commit 44314e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func Test_Server_Shutdown(t *testing.T) {
AdminAddr: "invalid-addr",
DnsAddr: randomAddr(t),
},
WantErrMsg: "loading new config: starting caddy administration endpoint: listen tcp: lookup invalid-addr: no such host",
WantErrMsg: "loading new config: starting caddy administration endpoint: listen tcp: lookup invalid-addr",
},
{
Name: "invalid host root",
Expand Down

0 comments on commit 44314e7

Please sign in to comment.