Merge branch 'team_member_count' of https://github.com/bergquist/grafana into develop

This commit is contained in:
Torkel Ödegaard
2017-12-15 11:53:47 +01:00
5 changed files with 69 additions and 41 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
func TestTeamApiEndpoint(t *testing.T) {
Convey("Given two teams", t, func() {
mockResult := models.SearchTeamQueryResult{
Teams: []*models.Team{
Teams: []*models.SearchTeamDto{
{Name: "team1"},
{Name: "team2"},
},