Skip to content

Commit

Permalink
amazon mock admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jusshersmith committed Dec 10, 2019
1 parent 1b6f97d commit d97ca19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/auth/providers/amazon_cognito_mock_admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (ms *MockCognitoAdminService) CheckMemberships(string) ([]string, error) {
return ms.Groups, ms.GroupsError
}

func (ms *MockCognitoAdminService) GetUserInfo(*string) (*cognitoidentityprovider.GetUserOutput, error) {
func (ms *MockCognitoAdminService) GetUserInfo(string) (*cognitoidentityprovider.GetUserOutput, error) {
userInfo := &cognitoidentityprovider.GetUserOutput{
Username: &ms.UserName}
return userInfo, ms.UserInfoError
Expand Down

0 comments on commit d97ca19

Please sign in to comment.