Skip to content

Commit 7d140f0

Browse files
committed
Create the target role
1 parent 3c4d805 commit 7d140f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gel/test/testUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const getServerCommand = (
128128
"--port=auto",
129129
"--emit-server-status=" + statusFile,
130130
`--security=${strictSecurity ? "strict" : "insecure_dev_mode"}`,
131-
"--bootstrap-command=ALTER ROLE admin { SET password := 'geltest' }",
131+
"--bootstrap-command=CREATE ROLE admin { SET password := 'geltest' }",
132132
];
133133
return { args, availableFeatures };
134134
};

0 commit comments

Comments
 (0)