We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dbd00 commit ab4f162Copy full SHA for ab4f162
1 file changed
caddy/caddy_test.go
@@ -1442,8 +1442,8 @@ func TestDd(t *testing.T) {
1442
1443
// simulate Symfony's dd()
1444
tester.AssertGetResponse(
1445
- "http://localhost:"+testPort+"/some-path?output=",
1446
- http.StatusServerError,
1447
- "dd output",
+ "http://localhost:"+testPort+"/some-path?output=dump123",
+ http.StatusInternalServerError,
+ "dump123",
1448
)
1449
}
0 commit comments