Skip to content

Commit 6715cfa

Browse files
committed
fixup: remvoe ignoreHTTPSErrors
1 parent 0f98dde commit 6715cfa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/baseFixture.ts

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ export const describe = (
4141
authenticated: includeCredentials,
4242
// This provides a cookie that authenticates with code-server.
4343
storageState: includeCredentials ? storageState : {},
44-
// TODO@jsjoeio add note why we do this for testing cert stuff
45-
ignoreHTTPSErrors: true,
4644
})
4745

4846
fn(codeServer)

0 commit comments

Comments
 (0)