fix #4475: update unit test for new error message

pull/4476/head
David Norton 2015-10-16 10:50:35 -04:00
parent 203a411eec
commit 026611aea9
1 changed files with 1 additions and 1 deletions

View File

@ -4504,7 +4504,7 @@ func TestServer_Query_ShowTagKeys(t *testing.T) {
&Query{
name: `show tag values with key and time in WHERE clause should error`,
command: `SHOW TAG VALUES WITH KEY = host WHERE time > now() - 1h`,
exp: `{"results":[{"error":"SHOW SERIES doesn't support time in WHERE clause"}]}`,
exp: `{"results":[{"error":"SHOW TAG VALUES doesn't support time in WHERE clause"}]}`,
params: url.Values{"db": []string{"db0"}},
},
}...)