We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b1227 commit 0d2d85bCopy full SHA for 0d2d85b
tests/e2e/features/query.feature
@@ -169,13 +169,3 @@ Scenario: Check if LLM responds for query request with error for missing query
169
"""
170
Then The status code of the response is 200
171
172
- @no_models
173
- Scenario: Check if LLM responds with an error when no models are configured
174
- Given The system is in default state
175
- And I set the Authorization header to Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6Ikpva
176
- When I use "query" to ask question with authorization header
177
- """
178
- {"query": "Write a simple code for reversing string"}
179
180
- Then The status code of the response is 404
181
- And The body of the response contains No models available
0 commit comments