Skip to content

Commit

Permalink
chore (provider/openai-compatible): enable test (#4134)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel authored Dec 18, 2024
1 parent 8c97419 commit 5d0e8aa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ describe('doStream', () => {
]);
});

// TODO(shaper): Look into type validation failure in the below.
it.skip('should handle error stream parts', async () => {
it('should handle error stream parts', async () => {
server.responseChunks = [
`data: {"error":{"message": "The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our ` +
`help center at help.openai.com if you keep seeing this error.","type":"server_error","param":null,"code":null}}\n\n`,
Expand Down

0 comments on commit 5d0e8aa

Please sign in to comment.