Skip to content

Commit

Permalink
🐛 fix: a test case bug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielglh committed Mar 5, 2024
1 parent d95ba0c commit de1a8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/agent-runtime/mistral/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('LobeMistralAI', () => {
});
} catch (e) {
expect(e).toEqual({
endpoint: 'https://api.mistral.ai/v1',
endpoint: 'https://api.***.com/v1',
error: {
cause: { message: 'api is undefined' },
stack: 'abc',
Expand Down

0 comments on commit de1a8c5

Please sign in to comment.