Add Enterprise tests
This commit is contained in:
parent
0869073906
commit
cb5baeb547
9 changed files with 640 additions and 141 deletions
|
|
@ -74,7 +74,7 @@ type CreateEnterpriseParams struct {
|
|||
|
||||
func (c *CreateEnterpriseParams) Validate() error {
|
||||
if c.Name == "" {
|
||||
return errors.NewBadRequestError("missing org name")
|
||||
return errors.NewBadRequestError("missing enterprise name")
|
||||
}
|
||||
|
||||
if c.CredentialsName == "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue