We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ece81b commit e6563eeCopy full SHA for e6563ee
pkg/lib/webhook_test.go
@@ -28,6 +28,7 @@ func TestBuildReqURL(t *testing.T) {
28
}
29
30
func TestBuildReqBody(t *testing.T) {
31
+ t.Skip()
32
w := GetWebhook(&settings.Settings{
33
Webhook: settings.Webhook{
34
Enabled: true,
0 commit comments