Skip to content

Commit 98bde8d

Browse files
committedMar 18, 2025
address review feedback
1 parent dd60991 commit 98bde8d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎test/integration/https.spec.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -420,15 +420,15 @@ describe("When configured for HTTPS", () => {
420420
});
421421
});
422422

423-
describe.only("with TLS version restrictions", () => {
423+
describe("with TLS version restrictions", () => {
424424
const server = getLocal({
425-
https: {
426-
keyPath: './test/fixtures/test-ca.key',
427-
certPath: './test/fixtures/test-ca.pem',
428-
tlsServerOptions: {
425+
https: {
426+
keyPath: './test/fixtures/test-ca.key',
427+
certPath: './test/fixtures/test-ca.pem',
428+
tlsServerOptions: {
429429
minVersion: 'TLSv1.2'
430-
}
431430
}
431+
}
432432
});
433433

434434
beforeEach(async () => {

0 commit comments

Comments
 (0)