test: remove unnecessary env import from tests module in config.rs
This commit is contained in:
@@ -177,7 +177,6 @@ impl AppConfig {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use std::env;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_default_config() {
|
fn test_default_config() {
|
||||||
|
|||||||
Reference in New Issue
Block a user