From 08c2be058a1c376fcb80465473b53085c14f88f5 Mon Sep 17 00:00:00 2001 From: geeksilva97 Date: Thu, 18 Jan 2024 20:50:27 -0300 Subject: Fix match_qs with constraints when key is not present Original fix by Ali Farhadi . --- test/req_SUITE.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'test/req_SUITE.erl') diff --git a/test/req_SUITE.erl b/test/req_SUITE.erl index 6e111bb..183bd4b 100644 --- a/test/req_SUITE.erl +++ b/test/req_SUITE.erl @@ -266,6 +266,7 @@ match_qs(Config) -> end, %% Ensure match errors result in a 400 response. {400, _, _} = do_get("/match/qs/a/c?a=b", [], Config), + {400, _, _} = do_get("/match/qs_with_constraints", [], Config), %% This function is tested more extensively through unit tests. ok. -- cgit v1.2.3