test: add load_balancer::configure_service tests

This commit is contained in:
2025-09-04 13:05:21 -04:00
parent a31b459f33
commit 9b892dc882
6 changed files with 243 additions and 12 deletions

View File

@@ -24,6 +24,7 @@ uuid.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true
assertor.workspace = true
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(e2e_test)'] }