Turning off debug mode for tests because it's too verbose. Making sure LevelLogger is initialized correctly under all scenarios.
This commit is contained in:
parent
2f88701c9c
commit
1535c74b02
3 changed files with 17 additions and 9 deletions
|
@ -40,8 +40,7 @@ func TestMain(m *testing.M) {
|
|||
// New configuration to connect to Vagrant image
|
||||
r, err = realis.NewRealisClient(realis.SchedulerUrl("http://192.168.33.7:8081"),
|
||||
realis.BasicAuth("aurora", "secret"),
|
||||
realis.TimeoutMS(20000),
|
||||
realis.Debug())
|
||||
realis.TimeoutMS(20000))
|
||||
|
||||
if err != nil {
|
||||
fmt.Println("Please run vagrant box before running test suite")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue