Skip to content

Commit c267526

Browse files
committed
test
1 parent 53f8d85 commit c267526

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • apps/meteor/tests/end-to-end/api

apps/meteor/tests/end-to-end/api/abac.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2602,6 +2602,8 @@ const addAbacAttributesToUserDirectly = async (userId: string, abacAttributes: I
26022602
};
26032603

26042604
before(async () => {
2605+
await updateSetting('ABAC_Enabled', true);
2606+
26052607
await request
26062608
.post(`${v1}/abac/attributes`)
26072609
.set(credentials)

0 commit comments

Comments
 (0)