Remove leftover from config refactor

This commit is contained in:
Dean 2024-05-07 09:46:04 +01:00
parent 04588711e2
commit 39233c66f8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function waitForUpdate(opts: { group?: boolean }) {
}
beforeAll(async () => {
await config.init({ appName: "syncApp" })
await config.init("syncApp")
})
async function createUser(email: string, roles: UserRoles, builder?: boolean) {