Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aslamovamir committed Nov 18, 2024
1 parent 780229f commit db4caf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/auth/approle/approle.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func NewAppRoleAuth(roleID string, secretID *SecretID, opts ...LoginOption) (*Ap
}

if secretID == nil {
return nil, fmt.Errorf("no secret ID provided for login")
return nil, fmt.Errorf("no secret ID provided for login!")
}

err := secretID.validate()
Expand Down

0 comments on commit db4caf3

Please sign in to comment.