Fix sources test to include databases link
parent
b061369a56
commit
98799cc442
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue