Skip to content

Commit d4c36b4

Browse files
authored
Merge pull request #266 from scientist-softserv/wares-fixtures
Adds wares fixtures
2 parents b621957 + 222c603 commit d4c36b4

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"ware_refs": []
3+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"ware_refs": [
3+
{
4+
"id": 1234,
5+
"slug": "example-ware",
6+
"name": "Example Ware 1",
7+
"snippet": "This is an example snippet.",
8+
"urls": {
9+
"promo_image": "https://nick-intl.mtvnimages.com/uri/mgid:file:http:shared:media.mtvi.com/MBUS/GeoLocal/GB/mtv/201804/VIAVIMNUKC5966866/toons_spongebob_228_tinyfriends_3123_image_640x360.jpg?quality=1&height=360&width=640&matte=true&crop=false"
10+
}
11+
},
12+
{
13+
"id": 2345,
14+
"slug": "example-ware-2",
15+
"name": "Example Ware 2",
16+
"snippet": "Second Example Ware.",
17+
"urls": {
18+
"promo_image": "https://imgix.ranker.com/user_node_img/50101/1002011886/original/no-one-did-photo-u1?auto=format&q=60&fit=crop&fm=pjpg&dpr=2&w=375"
19+
}
20+
},
21+
{
22+
"id": 3456,
23+
"slug": "test-ware",
24+
"name": "Test Ware",
25+
"snippet": "Here is a test ware snippet.",
26+
"urls": {
27+
"promo_image": "https://y.yarn.co/193fa4ae-a245-4f7a-ac9d-64bbebb18c8d_screenshot.jpg"
28+
}
29+
},
30+
{
31+
"id": 4567,
32+
"slug": "another-test-ware",
33+
"name": "Another Test Ware",
34+
"snippet": "Another test snippet.",
35+
"urls": {
36+
"promo_image": "https://cdn.drawception.com/images/panels/2017/7-2/jtqKRKSpyj-6.png"
37+
}
38+
}
39+
]
40+
}

0 commit comments

Comments
 (0)