Invokes the createClient factory handed to the Anthropic core and returns the SDK options it built.
()
| 60 | |
| 61 | /** Invokes the createClient factory handed to the Anthropic core and returns the SDK options it built. */ |
| 62 | function buildClientOptions(): Record<string, unknown> { |
| 63 | const config = mockExecuteAnthropic.mock.calls[0][1] |
| 64 | config.createClient('k', false) |
| 65 | return anthropicArgs[0] |
| 66 | } |
| 67 | |
| 68 | describe('azureAnthropicProvider — SSRF pinning', () => { |
| 69 | beforeEach(() => { |
no test coverage detected