From 08704f9857e2312cde0bb2b63832225dba4f54da Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Sun, 16 Nov 2025 11:08:26 +0100 Subject: [PATCH] LCORE-987: proper HTTP method in conversation endpoint e2e tests --- tests/e2e/features/conversations.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/features/conversations.feature b/tests/e2e/features/conversations.feature index dfbea8fe8..44633cbbd 100644 --- a/tests/e2e/features/conversations.feature +++ b/tests/e2e/features/conversations.feature @@ -169,6 +169,6 @@ Feature: conversations endpoint API tests And The status code of the response is 200 And I store conversation details And The llama-stack connection is disrupted - When I use REST API conversation endpoint with conversation_id from above using HTTP GET method + When I use REST API conversation endpoint with conversation_id from above using HTTP DELETE method Then The status code of the response is 503 And The body of the response contains Unable to connect to Llama Stack \ No newline at end of file