0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Reduce CT logs size in a couple test cases

This commit is contained in:
Loïc Hoguin 2023-12-01 10:45:41 +01:00
parent d64ac25e92
commit deb2ec3931
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -554,7 +554,8 @@ do_read_body_expect_100_continue(Path, Config) ->
fin -> {ok, <<>>}
end,
gun:close(ConnPid),
do_decode(RespHeaders, RespBody).
do_decode(RespHeaders, RespBody),
ok.
read_urlencoded_body(Config) ->
doc("application/x-www-form-urlencoded request body."),