Skip to content

Commit b05d86d

Browse files
authored
chore: skip e2e composition (#4973)
1 parent a7fc531 commit b05d86d

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,6 @@
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-
}
3814
}
3915
}
4016
]

0 commit comments

Comments
 (0)