Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Juncheng Zhu <[email protected]>
  • Loading branch information
junczhu committed Dec 10, 2024
1 parent ef95db7 commit 6ba9391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/verifier/notation/notation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ func TestGetVerifierService(t *testing.T) {

for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
_, err := getVerifierService(tt.conf, tt.pluginDir, tt.RevocationFactory)
_, err := getVerifierService(context.Background(), tt.conf, tt.pluginDir, tt.RevocationFactory)
if (err != nil) != tt.expectErr {
t.Errorf("error = %v, expectErr = %v", err, tt.expectErr)
}
Expand Down

0 comments on commit 6ba9391

Please sign in to comment.