aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth_file.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth_file.rs')
-rw-r--r--tests/auth_file.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth_file.rs b/tests/auth_file.rs
index ddc9e25..372c695 100644
--- a/tests/auth_file.rs
+++ b/tests/auth_file.rs
@@ -1,7 +1,7 @@
mod fixtures;
+use actix_web::http::StatusCode;
use fixtures::{server, server_no_stderr, Error, FILES};
-use http::StatusCode;
use reqwest::blocking::Client;
use rstest::rstest;
use select::document::Document;