aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tls.rs
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2025-01-10 16:23:00 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2025-01-10 16:23:00 +0000
commit4dc634655edac54e9638e8390d89a96e235522c0 (patch)
tree15f8cc8bdb2046a70a5f7552964f1781dfced72c /tests/tls.rs
parentRemove some unnecessary #[allow(dead_code)] (diff)
downloadminiserve-4dc634655edac54e9638e8390d89a96e235522c0.tar.gz
miniserve-4dc634655edac54e9638e8390d89a96e235522c0.zip
Reorganize imports to be more consistent
Diffstat (limited to '')
-rw-r--r--tests/tls.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/tls.rs b/tests/tls.rs
index 7750c82..9cc441c 100644
--- a/tests/tls.rs
+++ b/tests/tls.rs
@@ -1,12 +1,13 @@
-mod fixtures;
-
use assert_cmd::Command;
-use fixtures::{server, Error, TestServer, FILES};
use predicates::str::contains;
use reqwest::blocking::ClientBuilder;
use rstest::rstest;
use select::{document::Document, node::Node};
+mod fixtures;
+
+use crate::fixtures::{server, Error, TestServer, FILES};
+
/// Can start the server with TLS and receive encrypted responses.
#[rstest]
#[case(server(&[