Skip to content

Commit

Permalink
Fix newly added test
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreF authored and sparrc committed Mar 1, 2016
1 parent 7416d6e commit f0747e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/mysql/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestMysqlDNSAddTimeout(t *testing.T) {
}

for _, test := range tests {
output, _ := parseDSN(test.input)
output, _ := dsnAddTimeout(test.input)
if output != test.output {
t.Errorf("Expected %s, got %s\n", test.output, output)
}
Expand Down

0 comments on commit f0747e7

Please sign in to comment.