A set of fixes to fix the tests
This commit is contained in:
@@ -11,11 +11,7 @@ import (
|
||||
|
||||
func TestMysqlGeneratesMetrics(t *testing.T) {
|
||||
m := &Mysql{
|
||||
Servers: []*Server{
|
||||
{
|
||||
Address: "",
|
||||
},
|
||||
},
|
||||
Servers: []string{""},
|
||||
}
|
||||
|
||||
var acc testutil.Accumulator
|
||||
|
||||
Reference in New Issue
Block a user