From 800a4890092ebd30551c49fdae606ed5182bfdb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 21 Nov 2018 14:29:36 +0100 Subject: Move a old HTTP test cases to new plain_handler test suite --- test/old_http_SUITE.erl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'test/old_http_SUITE.erl') 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. -- cgit v1.2.3