mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 22:28:25 +00:00
style: run go fmt on modified files
This commit is contained in:
@@ -844,8 +844,8 @@ func TestPlanCommandRunner_SilenceFlagsClearsPendingStatus(t *testing.T) {
|
||||
|
||||
_ = setup(t, func(tc *TestConfig) {
|
||||
tc.SilenceNoProjects = true
|
||||
tc.silenceVCSStatusNoProjects = true // This is the key flag
|
||||
tc.silenceVCSStatusNoPlans = true // This is the key flag
|
||||
tc.silenceVCSStatusNoProjects = true // This is the key flag
|
||||
tc.silenceVCSStatusNoPlans = true // This is the key flag
|
||||
})
|
||||
|
||||
modelPull := models.PullRequest{BaseRepo: testdata.GithubRepo, State: models.OpenPullState, Num: testdata.Pull.Num}
|
||||
|
||||
Reference in New Issue
Block a user