Running Copilot coding agent #2
Annotations
1 error
|
__test__/utils/azure-ai-provider.test.ts > Azure OpenAI URL Normalization > should strip trailing slash from Azure URL:
apps/dokploy/__test__/utils/azure-ai-provider.test.ts#L28
AssertionError: expected 'https://workspacename.openai.azure.co…' to be 'https://workspacename.openai.azure.com' // Object.is equality
- Expected
+ Received
- https://workspacename.openai.azure.com
+ https://workspacename.openai.azure.com/
❯ __test__/utils/azure-ai-provider.test.ts:28:18
|