fix: load .env file in integration tests and examples
Add dotenvy to dev-dependencies and call dotenvy::dotenv().ok() in the integration test common module and all examples so env vars can be loaded from a .env file.
This commit is contained in:
@@ -22,3 +22,6 @@ chrono = { version = "0.4", features = ["serde"] }
|
||||
tokio = { version = "1", features = ["full", "test-util"] }
|
||||
wiremock = "0.6"
|
||||
serde_json = "1"
|
||||
dotenvy = "0.15"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
uuid = { version = "1", features = ["serde", "v4"] }
|
||||
|
||||
Reference in New Issue
Block a user