Skip to content

Commit 202be4b

Browse files
committed
fixup! crypto: add tls.setDefaultCACertificates()
1 parent bbd77e1 commit 202be4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-tls-set-default-ca-certificates-append-fetch.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
// with fetch.
66

77
import * as common from '../common/index.mjs';
8-
import { includesCert } from '../common/tls.js';
98
import { once } from 'node:events';
109
import * as fixtures from '../common/fixtures.mjs';
1110
import assert from 'node:assert';
1211

1312
if (!common.hasCrypto) common.skip('missing crypto');
1413

14+
const { includesCert } = await import('../common/tls.mjs');
1515
const { default: https } = await import('node:https');
1616
const { default: tls } = await import('node:tls');
1717

0 commit comments

Comments
 (0)