Skip to content

Commit 4e00bfe

Browse files
authored
chore: enable e2e test for composition (#4980)
1 parent d0c265c commit 4e00bfe

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

tests/CTS/requests/composition-full/listCompositions.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,30 @@
1111
"request": {
1212
"path": "/1/compositions",
1313
"method": "GET"
14+
},
15+
"response": {
16+
"statusCode": 200,
17+
"body": {
18+
"items": [
19+
{
20+
"objectID": "id1",
21+
"name": "my first composition",
22+
"description": "the first ever composition from the client",
23+
"behavior": {
24+
"injection": {
25+
"main": {
26+
"source": {
27+
"search": {
28+
"index": "cts_e2e_small"
29+
}
30+
}
31+
}
32+
}
33+
}
34+
}
35+
],
36+
"nbPages": 1
37+
}
1438
}
1539
}
1640
]

0 commit comments

Comments
 (0)