Cleanup environment naming.

This commit is contained in:
mikestefanello 2021-12-14 20:17:09 -05:00
parent 0a8d08d8bd
commit b7f5704b2b
2 changed files with 11 additions and 11 deletions

View file

@ -23,7 +23,7 @@ var (
func TestMain(m *testing.M) {
// Set the environment to test
config.SwitchEnv(config.EnvTest)
config.SwitchEnvironment(config.EnvTest)
// Start a test HTTP server
c = container.NewContainer()