Skip to content

Commit f8c31d0

Browse files
author
Dean Karn
committed
fix test
1 parent fd79d01 commit f8c31d0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gitlab/gitlab_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func TestWebhooks(t *testing.T) {
172172
name: "ConfidentialCommentCommitEvent",
173173
event: ConfidentialCommentEvents,
174174
typ: ConfidentialCommentEventPayload{},
175-
filename: "../testdata/gitlab/confidential-comment-commit-event.json",
175+
filename: "../testdata/gitlab/confidential-comment-event.json",
176176
headers: http.Header{
177177
"X-Gitlab-Event": []string{"Confidential Note Hook"},
178178
},

0 commit comments

Comments
 (0)