Skip to content

Commit b815c45

Browse files
authored
Merge pull request #208 from dharada1/fix_screeenboard_response_json_format
Format tests/fixtures/screenboard_response.json
2 parents 3aad0d2 + 67b6eca commit b815c45

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"board_title": "dogapi test",
3-
"height": 768,
4-
"id": 6334,
5-
"widgets": [
6-
{
7-
"height": 20,
8-
"type": "image",
9-
"url": "http://path/to/image.jpg",
10-
"width": 32,
11-
"x": 32,
12-
"y": 7
13-
}
14-
],
15-
"width": 1024,
16-
"created": "2015-12-17T23:06:06.703087+00:00",
17-
"modified": "2015-12-17T23:12:26.726234+00:00",
18-
"read_only": false
19-
}
2+
"board_title": "dogapi test",
3+
"height": 768,
4+
"id": 6334,
5+
"widgets": [
6+
{
7+
"height": 20,
8+
"type": "image",
9+
"url": "http://path/to/image.jpg",
10+
"width": 32,
11+
"x": 32,
12+
"y": 7
13+
}
14+
],
15+
"width": 1024,
16+
"created": "2015-12-17T23:06:06.703087+00:00",
17+
"modified": "2015-12-17T23:12:26.726234+00:00",
18+
"read_only": false
19+
}

0 commit comments

Comments
 (0)