From 945dd5f73e27bee3e0e4371b561a52864b64a379 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 1 Apr 2025 23:20:16 -0400 Subject: [PATCH] Removed variable --- tests/auth_tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auth_tests.rs b/tests/auth_tests.rs index c5b103c..359033e 100644 --- a/tests/auth_tests.rs +++ b/tests/auth_tests.rs @@ -73,7 +73,6 @@ async fn test_db_health_check() { println!("Test Database: {}", conn_string); - let _test_pool = match PgPoolOptions::new().connect(conn_string).await { Ok(_) => { assert!(true, "Success");