aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE_data/http_errors.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/http_SUITE_data/http_errors.erl')
-rw-r--r--test/http_SUITE_data/http_errors.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http_SUITE_data/http_errors.erl b/test/http_SUITE_data/http_errors.erl
index ee5c2b2..14e3d09 100644
--- a/test/http_SUITE_data/http_errors.erl
+++ b/test/http_SUITE_data/http_errors.erl
@@ -13,5 +13,5 @@ case_init(<<"init_before_reply">> = Case, _Req) ->
error(Case);
case_init(<<"init_after_reply">> = Case, Req) ->
ct_helper_error_h:ignore(?MODULE, case_init, 2),
- _ = cowboy_req:reply(200, [], "http_handler_crashes", Req),
+ _ = cowboy_req:reply(200, #{}, "http_handler_crashes", Req),
error(Case).