summaryrefslogtreecommitdiff
path: root/tests/integration/cert_tests.rs
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-04-25 17:00:04 -0400
committerGitHub <noreply@github.com>2024-04-25 17:00:04 -0400
commit8c9caeb418f062d1cbcde0d501a8331cd65cde0f (patch)
treee97619106de6839a0123bdb68166b4666663da94 /tests/integration/cert_tests.rs
parent084eafe50883bc69ae2700023f6c74db03185ba4 (diff)
chore: rework TLS code in test server (#23566)
In order to make the reqwest/rustls upgrade more straightforward, we refactor the test server to depend on deno_tls.
Diffstat (limited to 'tests/integration/cert_tests.rs')
-rw-r--r--tests/integration/cert_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/cert_tests.rs b/tests/integration/cert_tests.rs
index abdf9fe46..2cc94eeee 100644
--- a/tests/integration/cert_tests.rs
+++ b/tests/integration/cert_tests.rs
@@ -2,7 +2,7 @@
use deno_tls::rustls;
use deno_tls::rustls_pemfile;
-use deno_tls::rustls_tokio_stream::TlsStream;
+use deno_tls::TlsStream;
use std::io::BufReader;
use std::io::Cursor;
use std::io::Read;