Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
bard committed Sep 2, 2023
1 parent 6c9f9a0 commit 8834bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/http/github_webhook_trigger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ func TestGithubContainerRegistryWebhookHandler(t *testing.T) {
if err != nil {
t.Fatalf("failed to create req: %s", err)
}
req.Header.Set("X-GitHub-Event", "package_v2")
req.Header.Set("X-GitHub-Event", "package")

//The response recorder used to record HTTP responses
rec := httptest.NewRecorder()
Expand Down

0 comments on commit 8834bb8

Please sign in to comment.