diff options
Diffstat (limited to 'tests/auth_file.rs')
-rw-r--r-- | tests/auth_file.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auth_file.rs b/tests/auth_file.rs index 5632d46..89f0dbe 100644 --- a/tests/auth_file.rs +++ b/tests/auth_file.rs @@ -1,10 +1,10 @@ -use reqwest::{blocking::Client, StatusCode}; +use reqwest::{StatusCode, blocking::Client}; use rstest::rstest; use select::{document::Document, predicate::Text}; mod fixtures; -use crate::fixtures::{server, Error, TestServer, FILES}; +use crate::fixtures::{Error, FILES, TestServer, server}; #[rstest] #[case("joe", "123")] |