Skip to content

Update name in Wrangler configuration file to match deployed Worker #154

Update name in Wrangler configuration file to match deployed Worker

Update name in Wrangler configuration file to match deployed Worker #154

Triggered via pull request July 25, 2025 18:26
Status Failure
Total duration 37s
Artifacts

build.yml

on: pull_request
test-and-coveralls
33s
test-and-coveralls
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test-and-coveralls
Process completed with exit code 1.
test/servers/openai-mcp-server.spec.ts > OpenAI Deep Research MCP Server > Error Handling > should handle empty fetch ID: test/servers/openai-mcp-server.spec.ts#L534
AssertionError: expected { id: '', title: '', …(2) } to deeply equal { id: '', title: '', …(2) } - Expected + Received { "id": "", + "text": [ + { "text": "The total revenue is $1,000,000", + "type": "text", + }, + ], "title": "", - "url": "https://test.thoughtspot.cloud/#/insights/conv-assist?query=&worksheet=&executeSearch=true", + "url": "", } ❯ test/servers/openai-mcp-server.spec.ts:534:46
test/servers/openai-mcp-server.spec.ts > OpenAI Deep Research MCP Server > Fetch Tool > should handle ID with question containing special characters: test/servers/openai-mcp-server.spec.ts#L505
AssertionError: expected { …(4) } to deeply equal { …(4) } - Expected + Received { "id": "ds-123: How much did revenue increase? (in %)", + "text": [ + { "text": "The revenue increased by 15%", + "type": "text", + }, + ], "title": " How much did revenue increase? (in %)", - "url": "https://test.thoughtspot.cloud/#/insights/conv-assist?query=How much did revenue increase? (in %)&worksheet=ds-123&executeSearch=true", + "url": "", } ❯ test/servers/openai-mcp-server.spec.ts:505:46
test/servers/openai-mcp-server.spec.ts > OpenAI Deep Research MCP Server > Fetch Tool > should handle ID with complex datasource ID: test/servers/openai-mcp-server.spec.ts#L479
AssertionError: expected { …(4) } to deeply equal { …(4) } - Expected + Received { "id": "abc-123-def-456: What is the total revenue?", + "text": [ + { "text": "The total revenue is $1,000,000", + "type": "text", + }, + ], "title": " What is the total revenue?", - "url": "https://test.thoughtspot.cloud/#/insights/conv-assist?query=What is the total revenue?&worksheet=abc-123-def-456&executeSearch=true", + "url": "", } ❯ test/servers/openai-mcp-server.spec.ts:479:46
test/servers/openai-mcp-server.spec.ts > OpenAI Deep Research MCP Server > Fetch Tool > should return answer for a valid question ID: test/servers/openai-mcp-server.spec.ts#L429
AssertionError: expected { …(4) } to deeply equal { …(4) } - Expected + Received { "id": "asdhshd-123123-12dd: What is the total revenue?", + "text": [ + { "text": "The total revenue is $1,000,000", + "type": "text", + }, + ], "title": " What is the total revenue?", - "url": "https://test.thoughtspot.cloud/#/insights/conv-assist?query=What is the total revenue?&worksheet=asdhshd-123123-12dd&executeSearch=true", + "url": "", } ❯ test/servers/openai-mcp-server.spec.ts:429:46