From aed776ac49cb44705463d9e43c070dc56adaaae3 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 10 Jun 2024 00:38:45 +0200 Subject: Remove explicit dependency on http We now use the one supplied by actix-web. --- tests/auth_file.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auth_file.rs') 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; -- cgit v1.2.3