diff --git a/integrations/server_test.go b/integrations/server_test.go index 1cc0fe2efc..3c6a6e0f61 100644 --- a/integrations/server_test.go +++ b/integrations/server_test.go @@ -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" } } ]