Prefer testing through public APIs

This commit is contained in:
2025-08-23 06:19:29 -04:00
parent 4af5e0423e
commit 8012e7ed60
4 changed files with 26 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ TEST_CASE("HttpHandler route parsing") {
}
}
TEST_CASE("HttpHandler route parsing functionality") {
TEST_CASE("HttpHandler route parsing edge cases") {
// Test just the static route parsing method since full integration testing
// would require complex Connection setup with server dependencies