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:
Stevan Freeborn
2026-03-25 19:06:25 -05:00
parent a517aef3bd
commit 9a5e00c560
9 changed files with 20 additions and 0 deletions
+3
View File
@@ -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"] }