This commit is contained in:
Lunny Xiao
2026-04-20 12:34:52 -07:00
parent 469a6d3466
commit ab7dc97518
3 changed files with 48 additions and 48 deletions

View File

@@ -148,11 +148,11 @@ func TestWebhookConfigConstruction(t *testing.T) {
func TestWebhookCreateOptions(t *testing.T) {
tests := []struct {
name string
webhookType string
events []string
active bool
config map[string]string
name string
webhookType string
events []string
active bool
config map[string]string
branchFilter string
authHeader string
}{