Add email and tenant validation
This commit is contained in:
parent
9428865890
commit
c090e71ae3
|
@ -42,8 +42,8 @@ export default class TestConfiguration<T> {
|
||||||
|
|
||||||
async setupAccountAndTenant() {
|
async setupAccountAndTenant() {
|
||||||
const account = generateAccount()
|
const account = generateAccount()
|
||||||
//await this.accounts.validateEmail(<string>account.email)
|
await this.accounts.validateEmail(<string>account.email)
|
||||||
//await this.accounts.validateTenantId(<string>account.tenantId)
|
await this.accounts.validateTenantId(<string>account.tenantId)
|
||||||
process.env.TENANT_ID = <string>account.tenantId
|
process.env.TENANT_ID = <string>account.tenantId
|
||||||
await this.accounts.create(account)
|
await this.accounts.create(account)
|
||||||
await this.updateApiClients(<string>account.tenantName)
|
await this.updateApiClients(<string>account.tenantName)
|
||||||
|
|
Loading…
Reference in New Issue