From 5e00752c5ad92b30ff9234cc73421aead91cfe10 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 5 Jun 2021 18:42:32 -0400 Subject: [PATCH] Include issue number in scenario name --- jsonpath/jsonpath_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonpath/jsonpath_test.go b/jsonpath/jsonpath_test.go index 40634cc3..f432190b 100644 --- a/jsonpath/jsonpath_test.go +++ b/jsonpath/jsonpath_test.go @@ -119,7 +119,7 @@ func TestEval(t *testing.T) { ExpectedError: false, }, { - Name: "partially-invalid-path", + Name: "partially-invalid-path-issue122", Path: "data.name.invalid", Data: `{"data": {"name": "john"}}`, ExpectedOutput: "",