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

Remove a leftover ct:print

This commit is contained in:
Loïc Hoguin 2012-01-26 23:27:34 +01:00
parent 9d73160942
commit bb08cf85e3

View file

@ -620,6 +620,5 @@ rest_nodelete(Config) ->
Request = "DELETE /nodelete HTTP/1.1\r\nHost: localhost\r\n\r\n",
ok = gen_tcp:send(Socket, Request),
{ok, Data} = gen_tcp:recv(Socket, 0, 6000),
ct:print("response ~p~n", [Data]),
{0, 12} = binary:match(Data, <<"HTTP/1.1 500">>),
ok = gen_tcp:close(Socket).