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:
Mitch-Budibase 2023-07-24 11:16:07 +01:00 committed by GitHub
commit 71ae838ef9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ describe("Account Internal Operations", () => {
it("performs account deletion by ID", async () => {
// Deleting by unknown id doesn't work
const accountId = generator.string()
const accountId = generator.guid()
await config.api.accounts.delete(accountId, { status: 404 })
// Create new account