Skip to content

Commit

Permalink
-fixed test for stripe.
Browse files Browse the repository at this point in the history
  • Loading branch information
pytlesk4 committed Jun 23, 2016
1 parent 4d2f508 commit 8f0c178
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions stripe.json
Expand Up @@ -2721,7 +2721,7 @@
"initialVariables": {},
"steps": [
{
"name": "Create Customer",
"name": "Create a New Customer",
"capture": {
"body": [
{
Expand Down Expand Up @@ -2825,9 +2825,7 @@
{
"key": "response.body",
"op": "validate.pass",
"value": {
"type": "string"
}
"match": 200
},
{
"key": "response.status",
Expand Down Expand Up @@ -3048,9 +3046,7 @@
{
"key": "response.body",
"op": "validate.pass",
"value": {
"type": "null"
}
"match": 200
}
]
}
Expand Down Expand Up @@ -3180,6 +3176,16 @@
]
}
]
},
"6JQ389FtBw2AeM8KE": {
"id": "6JQ389FtBw2AeM8KE",
"name": "Circle",
"initialVariables": {},
"steps": [
{
"$ref": "#/tests/yj43EHTv8yhfs4i8A"
}
]
}
}
}

0 comments on commit 8f0c178

Please sign in to comment.