Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/e2e/features/conversations.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading