From 4dc634655edac54e9638e8390d89a96e235522c0 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 10 Jan 2025 17:23:00 +0100 Subject: Reorganize imports to be more consistent --- tests/auth_file.rs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'tests/auth_file.rs') diff --git a/tests/auth_file.rs b/tests/auth_file.rs index 15af8f1..10a94ed 100644 --- a/tests/auth_file.rs +++ b/tests/auth_file.rs @@ -1,11 +1,10 @@ +use reqwest::{blocking::Client, StatusCode}; +use rstest::rstest; +use select::{document::Document, predicate::Text}; + mod fixtures; -use fixtures::{server, server_no_stderr, Error, FILES}; -use reqwest::blocking::Client; -use reqwest::StatusCode; -use rstest::rstest; -use select::document::Document; -use select::predicate::Text; +use crate::fixtures::{server, server_no_stderr, Error, FILES}; #[rstest( cli_auth_file_arg, -- cgit v1.2.3