mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 21:38:52 +00:00
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:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user