Skip to content

Commit b9ff364

Browse files
Fixing typo in team test
1 parent 9f9313e commit b9ff364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana/resource_team_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func testAccTeamCheckExists(rn string, a *gapi.Team) resource.TestCheckFunc {
105105
return fmt.Errorf("error getting data source: %s", err)
106106
}
107107

108-
*a = team
108+
*a = *team
109109

110110
return nil
111111
}

0 commit comments

Comments
 (0)