Fix sources test to include databases link

pull/1029/head
Chris Goller 2017-03-23 14:06:52 -07:00
parent b061369a56
commit 98799cc442
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ func Test_newSourceResponse(t *testing.T) {
Kapacitors: "/chronograf/v1/sources/1/kapacitors",
Users: "/chronograf/v1/sources/1/users",
Permissions: "/chronograf/v1/sources/1/permissions",
Databases: "/chronograf/v1/sources/1/dbs",
},
},
},
@ -50,6 +51,7 @@ func Test_newSourceResponse(t *testing.T) {
Kapacitors: "/chronograf/v1/sources/1/kapacitors",
Users: "/chronograf/v1/sources/1/users",
Permissions: "/chronograf/v1/sources/1/permissions",
Databases: "/chronograf/v1/sources/1/dbs",
},
},
},