Fixed tests & minor changes in Makefile

This commit is contained in:
Anton Krivenko
2021-01-23 03:58:58 +03:00
parent cd70db9922
commit 82e53669b8
2 changed files with 5 additions and 10 deletions
-9
View File
@@ -274,15 +274,6 @@ func TestJobHooks(t *testing.T) {
filename string
headers http.Header
}{
{
name: "JobEvent",
events: []Event{JobEvents},
typ: JobEventPayload{},
filename: "../testdata/gitlab/job-event.json",
headers: http.Header{
"X-Gitlab-Event": []string{"Job Hook"},
},
},
{
name: "JobEvent",
events: []Event{JobEvents, BuildEvents},