1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

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

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