Skip to content

Commit 1035eb8

Browse files
committed
Update test
1 parent bc18fb6 commit 1035eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/webview/__tests__/ClineProvider.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ describe("ClineProvider", () => {
457457

458458
// Verify Content Security Policy contains the necessary PostHog domains
459459
expect(mockWebviewView.webview.html).toContain(
460-
"connect-src https://openrouter.ai https://api.requesty.ai https://us.i.posthog.com https://us-assets.i.posthog.com",
460+
"connect-src https://* https://openrouter.ai https://api.requesty.ai https://us.i.posthog.com https://us-assets.i.posthog.com",
461461
)
462462

463463
// Extract the script-src directive section and verify required security elements

0 commit comments

Comments
 (0)