Fix integrations tests

pull/10616/head
Chris Goller 2018-01-18 22:01:33 -06:00
parent 59b85c3f3a
commit d5082e9a73
1 changed files with 4 additions and 2 deletions

View File

@ -112,7 +112,8 @@ func TestServer(t *testing.T) {
"permissions": "/chronograf/v1/sources/5000/permissions",
"users": "/chronograf/v1/sources/5000/users",
"roles": "/chronograf/v1/sources/5000/roles",
"databases": "/chronograf/v1/sources/5000/dbs"
"databases": "/chronograf/v1/sources/5000/dbs",
"annotations": "/chronograf/v1/sources/5000/annotations"
}
}
`,
@ -295,7 +296,8 @@ func TestServer(t *testing.T) {
"permissions": "/chronograf/v1/sources/5000/permissions",
"users": "/chronograf/v1/sources/5000/users",
"roles": "/chronograf/v1/sources/5000/roles",
"databases": "/chronograf/v1/sources/5000/dbs"
"databases": "/chronograf/v1/sources/5000/dbs",
"annotations": "/chronograf/v1/sources/5000/annotations"
}
}
]