From f98d229738e71045ff22ba2d1948f70d510b8399 Mon Sep 17 00:00:00 2001 From: Ice3man543 Date: Tue, 16 Feb 2021 15:29:14 +0530 Subject: [PATCH] Misc --- v2/pkg/protocols/network/operators.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/pkg/protocols/network/operators.go b/v2/pkg/protocols/network/operators.go index 6e1127b9d..ce7078e94 100644 --- a/v2/pkg/protocols/network/operators.go +++ b/v2/pkg/protocols/network/operators.go @@ -13,7 +13,7 @@ import ( func (r *Request) Match(data map[string]interface{}, matcher *matchers.Matcher) bool { partString := matcher.Part switch partString { - case "body", "raw", "all", "": + case "body", "all", "": partString = "data" }