Skip to content

Commit 397db9c

Browse files
I dont think this is needed, need to add more tests to ensure
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
1 parent 3099343 commit 397db9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/ent/hooks/listeners_organization_cleanup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ func organizationCleanupContext(ctx context.Context, orgID string) context.Conte
9999
func newOrganizationCleanupCaller(orgID string) *auth.Caller {
100100
return &auth.Caller{
101101
OrganizationID: orgID,
102-
Capabilities: auth.CapBypassOrgFilter | auth.CapBypassFGA | auth.CapInternalOperation,
102+
Capabilities: auth.CapBypassFGA | auth.CapInternalOperation,
103103
}
104104
}

0 commit comments

Comments
 (0)