From 3e08f8219b3b4adc1ff9a8660662a66ca47dae2d Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 23 Oct 2021 09:26:42 +0200 Subject: [PATCH] Updated Request Matching (markdown) --- Request-Matching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Request-Matching.md b/Request-Matching.md index 0b23671..bba6754 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -204,7 +204,7 @@ server "Body": { "Matcher": { "Name": "JmesPathMatcher", - "Pattern": "things.name == 'RequiredThing')]" + "Pattern": "things.name == 'RequiredThing'" } } },