Add Enterprise tests

This commit is contained in:
Gabriel Adrian Samfira 2022-12-04 17:30:27 +00:00
parent 0869073906
commit cb5baeb547
9 changed files with 640 additions and 141 deletions

View file

@ -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 == "" {