Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal authored Oct 2, 2023
2 parents 814ab08 + 4059453 commit 606f47b
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 606f47b

Please sign in to comment.