summaryrefslogtreecommitdiff
path: root/std/http/server_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/http/server_test.ts')
-rw-r--r--std/http/server_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/server_test.ts b/std/http/server_test.ts
index 12849d6e7..d08c352c2 100644
--- a/std/http/server_test.ts
+++ b/std/http/server_test.ts
@@ -423,7 +423,7 @@ test({
"server must be started"
);
// Requests to the server and immediately closes the connection
- const conn = await Deno.connectTLS({
+ const conn = await Deno.connectTls({
hostname: "localhost",
port: 4503,
certFile: "http/testdata/tls/RootCA.pem",