Skip to content

Commit

Permalink
commit update to fix integration test #3316
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Sep 10, 2024
1 parent 3fba3e4 commit a688090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"headers": {
"Content-Type": "application/json"
},
"body": "{\"userId\":\"{{regexExtract request.query.userName '[0-9]+' default='1'}}\",\"userName\":\"{{request.query.userName}}\",\"firstName\":\"Test\",\"lastName\":\"Test\"}"
"body": "{\"userId\":\"{{regexExtract request.query.userName '[0-9]+' default='1'}}\",\"userName\":\"{{request.query.userName}}\", \"email\":\"{{request.query.userName}}\", \"firstName\":\"Test\",\"lastName\":\"Test\"}"
}
}

0 comments on commit a688090

Please sign in to comment.