Skip to content

Commit d820f75

Browse files
committed
Add direct tests for handler core methods, template rendering, and query validation
1 parent 240a61c commit d820f75

5 files changed

Lines changed: 857 additions & 2 deletions

File tree

internal/handler/conan_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import (
1111

1212
func conanTestProxy() *Proxy {
1313
return &Proxy{
14-
Logger: slog.Default(),
14+
Logger: slog.Default(),
15+
HTTPClient: http.DefaultClient,
1516
}
1617
}
1718

0 commit comments

Comments
 (0)