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