Skip to content

Commit

Permalink
Fix JSON syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
delatbabel committed May 28, 2017
1 parent fa28efb commit 5ae3585
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Mock/ListPlansSuccess.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Access-Control-Allow-Credentials: true
Cache-Control: no-cache, no-store

{
"object" => "list",
"url" => "/v1/plans",
"has_more" => false,
"data" => [
"object": "list",
"url": "/v1/plans",
"has_more": false,
"data": [
{
"id": "test-1",
"object": "plan",
Expand Down

0 comments on commit 5ae3585

Please sign in to comment.