diff --git a/tests/unit/hooks/ccs-browser-mcp-server.test.ts b/tests/unit/hooks/ccs-browser-mcp-server.test.ts index bffe461d..dad60cd4 100644 --- a/tests/unit/hooks/ccs-browser-mcp-server.test.ts +++ b/tests/unit/hooks/ccs-browser-mcp-server.test.ts @@ -105,6 +105,7 @@ type MockInterceptRuleMatch = { method: string; resourceType?: string; requestId?: string; + requestHeaders?: Record; }; type MockFulfilledRequest = { @@ -714,6 +715,7 @@ function createMockBrowser(pagesInput: MockPageState[]) { request: { url: paused.url, method: paused.method, + headers: paused.requestHeaders || {}, }, }, })