chore: strip dotenv (unmaintained) from project

It is no longer needed as configuration is loaded via. TOML or direct env if appropriate.
This commit is contained in:
Paul Makles
2024-11-27 17:05:11 +00:00
parent b9ae333b02
commit 4c00a7dfb7
5 changed files with 0 additions and 14 deletions

View File

@@ -19,8 +19,6 @@ pub struct TestHarness {
impl TestHarness {
pub async fn new() -> TestHarness {
dotenv::dotenv().ok();
let client = Client::tracked(crate::web().await)
.await
.expect("valid rocket instance");