Lowercase response function name

This commit is contained in:
Gregory Schier
2024-08-26 15:02:44 -07:00
parent d4baddc8d4
commit af9c5c0294

View File

@@ -6,7 +6,7 @@ import xpath from 'xpath';
export const plugin: Plugin = { export const plugin: Plugin = {
templateFunctions: [{ templateFunctions: [{
name: 'Response', name: 'response',
args: [ args: [
{ {
type: 'http_request', type: 'http_request',