mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:38:24 +00:00
WebHook -> Webhook
This commit is contained in:
@@ -528,9 +528,9 @@ func setup(t *testing.T) (server.EventsController, *mocks.MockGithubRequestValid
|
||||
CommentParser: cp,
|
||||
CommandRunner: cr,
|
||||
PullCleaner: c,
|
||||
GithubWebHookSecret: secret,
|
||||
GithubWebhookSecret: secret,
|
||||
SupportedVCSHosts: []models.VCSHostType{models.Github, models.Gitlab},
|
||||
GitlabWebHookSecret: secret,
|
||||
GitlabWebhookSecret: secret,
|
||||
GitlabRequestParserValidator: gl,
|
||||
RepoWhitelistChecker: repoWhitelistChecker,
|
||||
VCSClient: vcsmock,
|
||||
|
||||
Reference in New Issue
Block a user