Fix tests

Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
This commit is contained in:
justusbunsi 2021-10-09 21:09:23 +02:00
parent c114d8ee0f
commit aac7f5743d
No known key found for this signature in database
GPG key ID: 990B348ECAC9C7DB

View file

@ -30,6 +30,10 @@ func (h *GiteaSdkMock) PostComment(_ settings.GiteaRepository, _ int, _ string)
return nil
}
func (h *GiteaSdkMock) UpdateStatus(_ settings.GiteaRepository, w *webhook.Webhook) error {
return nil
}
type SQSdkMock struct {
mock.Mock
}