Skip to content

Commit

Permalink
fix form
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 22, 2025
1 parent 890cb05 commit 05263e4
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions mockserver/initializerJson.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@
"body": {
"type": "PARAMETERS",
"parameters": {
"foo": "bar"
"foo": [
"bar"
]
}
}
},
Expand All @@ -113,7 +115,9 @@
"body": {
"type": "PARAMETERS",
"parameters": {
"foo": "bar"
"foo": [
"bar"
]
}
}
}
Expand Down Expand Up @@ -148,14 +152,14 @@
]
},
"body": {
"type" : "STRING",
"type": "STRING",
"xml": "foobar"
}
},
"httpResponse": {
"statusCode": 200,
"body": {
"type" : "STRING",
"type": "STRING",
"xml": "foobar"
}
}
Expand All @@ -170,14 +174,14 @@
]
},
"body": {
"type" : "XML",
"type": "XML",
"xml": "<foo>bar</foo>"
}
},
"httpResponse": {
"statusCode": 200,
"body": {
"type" : "XML",
"type": "XML",
"xml": "<foo>bar</foo>"
}
}
Expand Down

0 comments on commit 05263e4

Please sign in to comment.