aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/args.rs')
-rw-r--r--src/args.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/args.rs b/src/args.rs
index 0d4e3ce..ad5f1d6 100644
--- a/src/args.rs
+++ b/src/args.rs
@@ -177,6 +177,7 @@ pub fn parse_args() -> crate::MiniserveConfig {
mod tests {
use super::*;
use rstest::rstest_parametrize;
+ use pretty_assertions::assert_eq;
/// Helper function that creates a `RequiredAuth` structure
fn create_required_auth(username: &str, password: &str, encrypt: &str) -> auth::RequiredAuth {