We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd79d01 commit f8c31d0Copy full SHA for f8c31d0
gitlab/gitlab_test.go
@@ -172,7 +172,7 @@ func TestWebhooks(t *testing.T) {
172
name: "ConfidentialCommentCommitEvent",
173
event: ConfidentialCommentEvents,
174
typ: ConfidentialCommentEventPayload{},
175
- filename: "../testdata/gitlab/confidential-comment-commit-event.json",
+ filename: "../testdata/gitlab/confidential-comment-event.json",
176
headers: http.Header{
177
"X-Gitlab-Event": []string{"Confidential Note Hook"},
178
},
testdata/gitlab/confidential-comment-issue-event.json renamed to testdata/gitlab/confidential-comment-event.json
0 commit comments