Lint check adjustments.
This commit is contained in:
parent
944a4d941a
commit
51e44a57a1
18 changed files with 120 additions and 92 deletions
|
|
@ -11,7 +11,7 @@ func TestGetConfig(t *testing.T) {
|
|||
_, err := GetConfig()
|
||||
require.NoError(t, err)
|
||||
|
||||
var env Environment
|
||||
var env environment
|
||||
env = "abc"
|
||||
SwitchEnvironment(env)
|
||||
cfg, err := GetConfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue