aboutsummaryrefslogtreecommitdiffstats
path: root/test/old_http_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/old_http_SUITE.erl')
-rw-r--r--test/old_http_SUITE.erl9
1 files changed, 1 insertions, 8 deletions
diff --git a/test/old_http_SUITE.erl b/test/old_http_SUITE.erl
index ff0d4b2..6dbd2d6 100644
--- a/test/old_http_SUITE.erl
+++ b/test/old_http_SUITE.erl
@@ -113,20 +113,13 @@ do_get(Path, Config) ->
check_status(Config) ->
Tests = [
- {200, "/simple"},
- {500, "/handler_errors?case=init_before_reply"}
+ {200, "/simple"}
],
_ = [{Status, URL} = begin
Ret = do_get(URL, Config),
{Ret, URL}
end || {Status, URL} <- Tests].
-error_init_after_reply(Config) ->
- ConnPid = gun_open(Config),
- Ref = gun:get(ConnPid, "/handler_errors?case=init_after_reply"),
- {response, nofin, 200, _} = gun:await(ConnPid, Ref),
- ok.
-
rest_param_all(Config) ->
ConnPid = gun_open(Config),
%% Accept without param.