ci: tests [skip e2e]

This commit is contained in:
moughxyz
2024-04-15 08:06:20 -05:00
parent db93237d9f
commit 14b2f916df
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ const registerApp = async (application) => {
const ephemeral = false
const mergeLocal = true
await application.register(email, password, ephemeral, mergeLocal)
await application.register(email, password, null, ephemeral, mergeLocal)
return application
}