Skip to content

Commit f6ed4ad

Browse files
authored
Merge pull request #30 from git-pkgs/add-coverage-tests
Add tests for handler core, template rendering, and query validation
2 parents 240a61c + d820f75 commit f6ed4ad

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)