diff options
Diffstat (limited to '')
-rw-r--r-- | tests/header.rs | 5 |
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()]), |