diff --git a/server/all_test.go b/server/all_test.go index 901d6ed..1aa84d3 100644 --- a/server/all_test.go +++ b/server/all_test.go @@ -23,6 +23,9 @@ func TestMain(m *testing.M) { Temporary: false, Bind: "0.0.0.0:7788", Auth: "secret_key", + MongoHost: "localhost", + MongoPort: "27017", + MongoName: "ss", } configCache := &Config{ Temporary: true,