aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE_data/http_req_attr.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/http_SUITE_data/http_req_attr.erl')
-rw-r--r--test/http_SUITE_data/http_req_attr.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http_SUITE_data/http_req_attr.erl b/test/http_SUITE_data/http_req_attr.erl
index ce9c185..d8483a5 100644
--- a/test/http_SUITE_data/http_req_attr.erl
+++ b/test/http_SUITE_data/http_req_attr.erl
@@ -7,7 +7,7 @@
-export([init/2]).
init(Req, Opts) ->
- #{attr := Attr} = cowboy_req:match_qs(Req, [attr]),
+ #{attr := Attr} = cowboy_req:match_qs([attr], Req),
<<"host_and_port">> = Attr,
Host = cowboy_req:host(Req),
Port = cowboy_req:port(Req),