From af9c5c0294792e0806573dde0241049c9788ffe8 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 26 Aug 2024 15:02:44 -0700 Subject: [PATCH] Lowercase response function name --- plugins/template-function-response/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/template-function-response/src/index.ts b/plugins/template-function-response/src/index.ts index fc77f0ef..c0c4f6e4 100644 --- a/plugins/template-function-response/src/index.ts +++ b/plugins/template-function-response/src/index.ts @@ -6,7 +6,7 @@ import xpath from 'xpath'; export const plugin: Plugin = { templateFunctions: [{ - name: 'Response', + name: 'response', args: [ { type: 'http_request',