summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-04-18 18:21:08 +0100
committerGitHub <noreply@github.com>2024-04-18 11:21:08 -0600
commit6a09a16d710b2d7a9d39478e5bcbabb40919d657 (patch)
tree89d89485ec7c8c31fc8cf224995697919d9c8811 /tests
parent5e2a747685490b31efa778241fccf938bd33722d (diff)
feat(ext/net): extract TLS key and certificate from interfaces (#23327)
Relands #23325
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/tls_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tls_test.ts b/tests/unit/tls_test.ts
index 8f0a296c7..5be05b73e 100644
--- a/tests/unit/tls_test.ts
+++ b/tests/unit/tls_test.ts
@@ -1336,7 +1336,7 @@ Deno.test(
});
},
TypeError,
- "Cannot specify both `privateKey` and `key`",
+ "Cannot specify both `key` and `privateKey` for `Deno.connectTls`.",
);
},
);