Use template DB and RP variables

pull/1894/head
Philip O'Toole 2015-03-09 15:12:24 -07:00
parent 560573feb8
commit 4ad4ce3140
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ func runTestsData(t *testing.T, testName string, nodes Cluster, database, retent
{
name: "missing measurement with `GROUP BY *`",
query: `select load from "%DB%"."%RP%".missing group by *`,
expected: `{"results":[{"error":"measurement not found: \"mydb\".\"myrp\".\"missing\""}]}`,
expected: `{"results":[{"error":"measurement not found: \"%DB%\".\"%RP%\".\"missing\""}]}`,
},
// Metadata display tests