Refactor cmd tests

- Remove config/env/flag override tests since we know that the overrides
work
- We'll no longer need to edit the tests now when we add new flags
This commit is contained in:
Luke Kysow
2020-03-29 14:51:03 -07:00
parent f4dd828db5
commit b69336e477
2 changed files with 250 additions and 744 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,8 @@
package server
import "github.com/runatlantis/atlantis/server/logging"
import (
"github.com/runatlantis/atlantis/server/logging"
)
// UserConfig holds config values passed in by the user.
// The mapstructure tags correspond to flags in cmd/server.go and are used when