Skip to content

Commit

Permalink
test: Annotations field was not initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed May 10, 2024
1 parent aa46a39 commit 2b637a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/requestgen/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ func Test_RequestForMetadata(t *testing.T) {
Group: "cert-manager.io",
},
Duration: cmapi.DefaultCertificateDuration,
Annotations: make(map[string]string),
},
expErr: false,
},
Expand Down

0 comments on commit 2b637a8

Please sign in to comment.