Fix test name typo

pull/1562/head
Chris Goller 2017-05-31 16:18:24 -05:00
parent 47d9fc4433
commit a1fa4b9eb9
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ func TestConvert(t *testing.T) {
},
},
{
name: "Test multipel tags not accepted",
name: "Test multible tags not accepted",
influxQL: `SELECT usage_user from telegraf.autogen.cpu where time > now() - 15m and "host" != 'myhost' and "cpu" != 'cpu-total'`,
want: chronograf.QueryConfig{
Database: "telegraf",