Cleanup environment naming.
This commit is contained in:
parent
0a8d08d8bd
commit
b7f5704b2b
2 changed files with 11 additions and 11 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue