We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1c648 commit 81c889aCopy full SHA for 81c889a
tests/integration/acl.spec.ts
@@ -86,7 +86,7 @@ async function addUserToGroup() {
86
}
87
88
async function changePermission(permission: number) {
89
- const command = `dgraph acl -a ${SERVER_ADDR} mod -g ${DEV_GROUP} -p ${PRED} -m ${permission} ---guardian-creds ${GUARDIAN_CREDS}`;
+ const command = `dgraph acl -a ${SERVER_ADDR} mod -g ${DEV_GROUP} -p ${PRED} -m ${permission} --guardian-creds ${GUARDIAN_CREDS}`;
90
await cmd(command);
91
await wait(WAIT_FOR_SIX_SECONDS);
92
0 commit comments