From 9b0ff4a6d22adee5df390eb695af66b065744dfc Mon Sep 17 00:00:00 2001 From: David Culbreth Date: Wed, 11 Mar 2026 12:55:24 -0500 Subject: [PATCH] linting --- crates/api/tests/helpers.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/api/tests/helpers.rs b/crates/api/tests/helpers.rs index ddd4279..ccb4a81 100644 --- a/crates/api/tests/helpers.rs +++ b/crates/api/tests/helpers.rs @@ -251,6 +251,7 @@ impl TestContext { } /// Create and authenticate a test user with identity + permission admin grants. + #[allow(dead_code)] pub async fn with_admin_auth(mut self) -> Result { let unique_id = uuid::Uuid::new_v4().to_string().replace("-", "")[..8].to_string(); let login = format!("adminuser_{}", unique_id);