Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Oct 2, 2023
1 parent dcb287b commit 4059453
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 @@ -247,7 +247,7 @@ func Test_Server_Shutdown(t *testing.T) {
{
Name: "invalid host root",
Config: Config{
HostRoot: "/tmp/invalid-host-root",
HostRoot: "/invalid-host-root",
Domain: tlds,
HttpAddr: randomAddr(t),
HttpsAddr: randomAddr(t),
Expand Down

0 comments on commit 4059453

Please sign in to comment.