Skip to content

Commit

Permalink
Create the target role
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Mar 7, 2025
1 parent 3c4d805 commit 7d140f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gel/test/testUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const getServerCommand = (
"--port=auto",
"--emit-server-status=" + statusFile,
`--security=${strictSecurity ? "strict" : "insecure_dev_mode"}`,
"--bootstrap-command=ALTER ROLE admin { SET password := 'geltest' }",
"--bootstrap-command=CREATE ROLE admin { SET password := 'geltest' }",
];
return { args, availableFeatures };
};
Expand Down

0 comments on commit 7d140f0

Please sign in to comment.