Add more abstract integration test

This commit is contained in:
Lennart K
2026-01-28 20:54:55 +01:00
parent c1758e2cba
commit 494f31f992
6 changed files with 125 additions and 1 deletions

3
Cargo.lock generated
View File

@@ -3319,6 +3319,7 @@ dependencies = [
"caldata",
"clap",
"figment",
"futures-util",
"headers",
"http",
"insta",
@@ -3344,6 +3345,7 @@ dependencies = [
"similar-asserts",
"sqlx",
"tokio",
"tokio-util",
"toml 0.9.11+spec-1.1.0",
"tower",
"tower-http",
@@ -4471,6 +4473,7 @@ dependencies = [
"bytes",
"futures-core",
"futures-sink",
"futures-util",
"pin-project-lite",
"tokio",
]