Skip to content

Commit 0d2d85b

Browse files
committed
Remove an unnecessary E2E teset scenario
1 parent 14b1227 commit 0d2d85b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/e2e/features/query.feature

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,3 @@ Scenario: Check if LLM responds for query request with error for missing query
169169
"""
170170
Then The status code of the response is 200
171171

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

Comments
 (0)