mirror of https://github.com/harness/drone.git
fix error log in new skip action test
parent
e51ef216f3
commit
9d6dd20375
|
@ -296,7 +296,7 @@ func TestTrigger_SkipAction(t *testing.T) {
|
|||
|
||||
_, err := triggerer.Trigger(noContext, dummyRepo, dummyHook)
|
||||
if err != nil {
|
||||
t.Errorf("Expect build silenty skipped if event does not match")
|
||||
t.Errorf("Expect build silenty skipped if action does not match")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue