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:
parent
9d73160942
commit
bb08cf85e3
1 changed files with 0 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue