tests: Improve e2e auth test coverage

This commit is contained in:
floor-licker
2025-12-18 13:52:33 -05:00
parent 7688a40e82
commit 5767833c56
8 changed files with 720 additions and 112 deletions
+2 -2
View File
@@ -22,13 +22,13 @@ futures-util = "0.3"
# HTTP client
reqwest = { version = "0.12", features = ["json", "stream", "gzip"] }
trust-dns-resolver = "0.23"
hickory-resolver = "0.24"
# Serialization
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simd-json = "0.13"
dotenv = "0.15"
dotenvy = "0.15"
# Ethereum and crypto
alloy-primitives = "0.8.26"