Skip to content

Commit

Permalink
Fix broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
russjones committed Sep 6, 2019
1 parent d8c638a commit cebd21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ type userGetter struct {
traits map[string][]string
}

func (f *userGetter) GetUser(name string) (User, error) {
func (f *userGetter) GetUser(name string, secrets bool) (User, error) {
user, err := NewUser(name)
if err != nil {
return nil, trace.Wrap(err)
Expand Down

0 comments on commit cebd21a

Please sign in to comment.