From 5758470ee47063d4a0b65fcba1441dfb8a8ace54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 11 Apr 2024 21:31:11 +0100 Subject: =?UTF-8?q?Revert=20"refactor(ext/net):=20extract=20TLS=20key=20an?= =?UTF-8?q?d=20certificate=20from=20inter=E2=80=A6=20(#23325)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …faces (#23296)" This reverts commit e190acbfa8b41f92291e73c405735ba0d7b5b172. Reverting because it broke stable API type declarations. We will reland it for v1.43 with updated interfaces --- tests/unit/tls_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/unit/tls_test.ts b/tests/unit/tls_test.ts index 5be05b73e..8f0a296c7 100644 --- a/tests/unit/tls_test.ts +++ b/tests/unit/tls_test.ts @@ -1336,7 +1336,7 @@ Deno.test( }); }, TypeError, - "Cannot specify both `key` and `privateKey` for `Deno.connectTls`.", + "Cannot specify both `privateKey` and `key`", ); }, ); -- cgit v1.2.3