Skip to content

Commit

Permalink
fix breaking functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
kapishmalik authored and tommysitu committed Mar 9, 2024
1 parent 982d061 commit 94ba2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional-tests/testdata/templating_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var TemplatingRequest = `{
},
"response": {
"status": 200,
"body": "{{#each Vars.splitRequestPath}} {{@index}} : {{this}} \n {{/each}}",
"body": "{{#each Vars.splitRequestPath}}{{@index}}:{{this}} {{/each}}",
"encodedBody": false,
"templated": true
}
Expand Down

0 comments on commit 94ba2bd

Please sign in to comment.