fix(test): correct expected error message text

This commit is contained in:
Grandis SYF
2026-04-20 13:06:00 -04:00
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', () => {