Remove leftover from config refactor
This commit is contained in:
parent
04588711e2
commit
39233c66f8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue