Merge pull request #11317 from Budibase/account-api-test-update
Update accounts.cloud.internal.spec.ts - Delete Account by ID
This commit is contained in:
commit
71ae838ef9
|
@ -15,7 +15,7 @@ describe("Account Internal Operations", () => {
|
||||||
|
|
||||||
it("performs account deletion by ID", async () => {
|
it("performs account deletion by ID", async () => {
|
||||||
// Deleting by unknown id doesn't work
|
// Deleting by unknown id doesn't work
|
||||||
const accountId = generator.string()
|
const accountId = generator.guid()
|
||||||
await config.api.accounts.delete(accountId, { status: 404 })
|
await config.api.accounts.delete(accountId, { status: 404 })
|
||||||
|
|
||||||
// Create new account
|
// Create new account
|
||||||
|
|
Loading…
Reference in New Issue