Skip to content

Commit 57f3d52

Browse files
committed
Fix type error in first user setup
1 parent 829cfee commit 57f3d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/globalSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const globalSetup = async (): Promise<void> => {
66
axios.defaults.baseURL = `http://localhost:${constants.basePort}`
77
await createFirstUser({
88
email: constants.email,
9-
organization: constants.organization,
109
username: constants.username,
1110
password: constants.password,
11+
trial: false
1212
})
1313
}
1414

0 commit comments

Comments
 (0)