Skip to content

Commit

Permalink
fixed settings for non-temp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jun 21, 2018
1 parent 651481f commit 61ba471
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/all_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 61ba471

Please sign in to comment.