mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +00:00
fix(test): correct expected error message text
This commit is contained in:
committed by
Tam Nhu Tran
parent
b2a4579098
commit
889d3d89e9
@@ -135,7 +135,7 @@ describe('ProxyRequestTransformer regressions', () => {
|
||||
},
|
||||
],
|
||||
})
|
||||
).toThrow('must include tool_result blocks for pending tool_use ids');
|
||||
).toThrow('must start with tool_result blocks for pending tool_use ids');
|
||||
});
|
||||
|
||||
it('rejects tool_result content that cannot be represented as OpenAI tool text', () => {
|
||||
|
||||
Reference in New Issue
Block a user