aboutsummaryrefslogtreecommitdiffstats
path: root/tests/header.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/header.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/header.rs b/tests/header.rs
index 4ac38b1..ea4c462 100644
--- a/tests/header.rs
+++ b/tests/header.rs
@@ -1,7 +1,8 @@
+use rstest::rstest;
+
mod fixtures;
-use fixtures::{server, Error};
-use rstest::rstest;
+use crate::fixtures::{server, Error};
#[rstest(headers,
case(vec!["x-info: 123".to_string()]),