Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Fix anthropic format in integration tests #1021

Merged
merged 1 commit into from
Feb 12, 2025
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
5 changes: 1 addition & 4 deletions tests/integration/anthropic/testcases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ testcases:
data: |
{
"max_tokens":4096,
"system": "You are a coding assistant.",
"messages":[
{
"content":"You are a coding assistant.",
"role":"system"
},
{
"content":"Reply with that exact sentence: Hello from the integration tests!",
"role":"user"
Expand Down