Skip to content

Commit 9bb985a

Browse files
committed
build(mockttp): use 2048 bits in generateCACertificate
1 parent e56e801 commit 9bb985a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/router.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as request from 'supertest';
55

66
import { createApp, createAppWithPath, createProxyMiddleware } from './test-kit';
77

8-
const untrustedCACert = generateCACertificate({ bits: 1024 });
8+
const untrustedCACert = generateCACertificate({ bits: 2048 });
99

1010
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
1111

0 commit comments

Comments
 (0)