File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed
cypress/fixtures/services Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "ware_refs" : []
3
+ }
Original file line number Diff line number Diff line change
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://acme-staging.scientist.com/wares/61eac343-379e-4cac-b772-1522bf8e0e8d/promo_image"
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://acme-staging.scientist.com/wares/61eac343-379e-4cac-b772-1522bf8e0e8d/promo_image"
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://acme-staging.scientist.com/wares/61eac343-379e-4cac-b772-1522bf8e0e8d/promo_image"
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://acme-staging.scientist.com/wares/61eac343-379e-4cac-b772-1522bf8e0e8d/promo_image"
37
+ }
38
+ }
39
+ ]
40
+ }
You can’t perform that action at this time.
0 commit comments