Skip to content

Commit

Permalink
fix: scm test client
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Sep 12, 2024
1 parent da2bbee commit 1e20dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scm/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func NewTest(urls ...string) (*client, error) {
WithServerWebhookAddress(""),
WithStatusContext("continuous-integration/vela"),
WithWebUIAddress(address),
WithTracing(&tracing.Client{Config: tracing.Config{EnableTracing: false}}),
)
}

Expand Down

0 comments on commit 1e20dd9

Please sign in to comment.