Skip to content

Commit

Permalink
drop demo test
Browse files Browse the repository at this point in the history
  • Loading branch information
NexVeridian committed Jan 28, 2025
1 parent 05d90af commit 9107d3e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,4 @@ mod tests {
let e: Environment = "custom".to_string().into();
assert_eq!(e, Environment::Any("custom".to_string()));
}

#[test]
#[cfg(not(any(
feature = "openapi_swagger",
feature = "openapi_redoc",
feature = "openapi_scalar"
)))]
fn test_from_folder() {
let config = Environment::Development.load_from_folder(Path::new("examples/demo/config"));
assert!(config.is_ok());
}
}

0 comments on commit 9107d3e

Please sign in to comment.