aboutsummaryrefslogtreecommitdiff
path: root/handler_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'handler_test.go')
-rw-r--r--handler_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler_test.go b/handler_test.go
index b1d5d2e..9cb84ff 100644
--- a/handler_test.go
+++ b/handler_test.go
@@ -131,7 +131,7 @@ func TestPostRejected(t *testing.T) {
h := CreateHandler(&Config{
URL: "go.uberalt.org",
- Packages: map[string]Package{
+ Packages: map[string]PackageConfig{
"zap": {
Repo: "github.com/uber-go/zap",
},