A set of fixes to fix the tests

This commit is contained in:
Evan Phoenix
2015-05-26 22:14:55 -07:00
parent 2667183bfb
commit 2bd58ee4df
4 changed files with 97 additions and 98 deletions

View File

@@ -11,11 +11,7 @@ import (
func TestMysqlGeneratesMetrics(t *testing.T) {
m := &Mysql{
Servers: []*Server{
{
Address: "",
},
},
Servers: []string{""},
}
var acc testutil.Accumulator