Skip to content

Commit 6994449

Browse files
committed
chore: update chat.hurl
Signed-off-by: Xin Liu <sam@secondstate.io>
1 parent 3c8dbb9 commit 6994449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/chat.hurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GET http://localhost:8080/v1/models
33
screencapability: low
44
HTTP 200
55
[Asserts]
6-
jsonpath "$.data[0].id" == "Qwen3-4B"
6+
jsonpath "$.data[0].id" matches "^(Qwen3-4B|Nomic-embed-text-v1.5)$"
77

88
# test /v1/chat/completions endpoint
99
POST http://localhost:8080/v1/chat/completions

0 commit comments

Comments
 (0)