Lint check adjustments.

This commit is contained in:
mikestefanello 2022-02-10 08:56:07 -05:00
parent 944a4d941a
commit 51e44a57a1
18 changed files with 120 additions and 92 deletions

View file

@ -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()