aboutsummaryrefslogtreecommitdiffstats
path: root/test/req_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/req_SUITE.erl')
-rw-r--r--test/req_SUITE.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/req_SUITE.erl b/test/req_SUITE.erl
index ceff485..fe1b826 100644
--- a/test/req_SUITE.erl
+++ b/test/req_SUITE.erl
@@ -114,10 +114,9 @@ binding(Config) ->
<<"default">> = do_get_body("/args/binding/undefined/default", Config),
ok.
-%% @todo Do we really want a key/value list here instead of a map?
bindings(Config) ->
doc("Values bound from request URI path."),
- <<"[{key,<<\"bindings\">>}]">> = do_get_body("/bindings", Config),
+ <<"#{key => <<\"bindings\">>}">> = do_get_body("/bindings", Config),
ok.
header(Config) ->