Skip to content

Commit 36dbd00

Browse files
committed
Fixes test.
1 parent 56f3d6b commit 36dbd00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caddy/caddy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,6 +1444,6 @@ func TestDd(t *testing.T) {
14441444
tester.AssertGetResponse(
14451445
"http://localhost:"+testPort+"/some-path?output=",
14461446
http.StatusServerError,
1447-
"dd output"
1447+
"dd output",
14481448
)
14491449
}

0 commit comments

Comments
 (0)