From b51993c8c1c96b1cfe39cad27914ce3119280047 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Sat, 14 Jun 2025 11:58:11 +0200 Subject: [PATCH] Revert "chore: skip e2e composition (#4973)" This reverts commit b05d86d1b4637e5acf989af2322f40052d79e099. --- .../composition-full/listCompositions.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/tests/CTS/requests/composition-full/listCompositions.json b/tests/CTS/requests/composition-full/listCompositions.json index aeddc5c4556..508cd03bd2a 100644 --- a/tests/CTS/requests/composition-full/listCompositions.json +++ b/tests/CTS/requests/composition-full/listCompositions.json @@ -11,6 +11,30 @@ "request": { "path": "/1/compositions", "method": "GET" + }, + "response": { + "statusCode": 200, + "body": { + "items": [ + { + "objectID": "id1", + "name": "my first composition", + "description": "the first ever composition from the client", + "behavior": { + "injection": { + "main": { + "source": { + "search": { + "index": "cts_e2e_small" + } + } + } + } + } + } + ], + "nbPages": 1 + } } } ]