Skip to content

Commit ab4f162

Browse files
committed
Fixes test.
1 parent 36dbd00 commit ab4f162

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

caddy/caddy_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,8 +1442,8 @@ func TestDd(t *testing.T) {
14421442

14431443
// simulate Symfony's dd()
14441444
tester.AssertGetResponse(
1445-
"http://localhost:"+testPort+"/some-path?output=",
1446-
http.StatusServerError,
1447-
"dd output",
1445+
"http://localhost:"+testPort+"/some-path?output=dump123",
1446+
http.StatusInternalServerError,
1447+
"dump123",
14481448
)
14491449
}

0 commit comments

Comments
 (0)