Fixed tests & minor changes in Makefile
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user