Skip to content

Commit

Permalink
Merge pull request #208 from dharada1/fix_screeenboard_response_json_…
Browse files Browse the repository at this point in the history
…format

Format tests/fixtures/screenboard_response.json
  • Loading branch information
ojongerius authored Feb 12, 2019
2 parents 3aad0d2 + 67b6eca commit b815c45
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tests/fixtures/screenboard_response.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"board_title": "dogapi test",
"height": 768,
"id": 6334,
"widgets": [
{
"height": 20,
"type": "image",
"url": "http://path/to/image.jpg",
"width": 32,
"x": 32,
"y": 7
}
],
"width": 1024,
"created": "2015-12-17T23:06:06.703087+00:00",
"modified": "2015-12-17T23:12:26.726234+00:00",
"read_only": false
}
"board_title": "dogapi test",
"height": 768,
"id": 6334,
"widgets": [
{
"height": 20,
"type": "image",
"url": "http://path/to/image.jpg",
"width": 32,
"x": 32,
"y": 7
}
],
"width": 1024,
"created": "2015-12-17T23:06:06.703087+00:00",
"modified": "2015-12-17T23:12:26.726234+00:00",
"read_only": false
}

0 comments on commit b815c45

Please sign in to comment.