diff --git a/backend/src/config.rs b/backend/src/config.rs index 514acd1d5..4e9337852 100644 --- a/backend/src/config.rs +++ b/backend/src/config.rs @@ -409,11 +409,3 @@ pub async fn load_config() -> Result { Ok(cfg) } - -#[cfg(test)] -mod test { - #[tokio::test] - async fn test_load_config() { - super::load_config().await.unwrap(); - } -}