Skip to content

Commit

Permalink
Enable acl in integration tests for workspace client wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: gaobinlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong committed Mar 6, 2024
1 parent f48837e commit c94ab1e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ describe('WorkspaceSavedObjectsClientWrapper', () => {
workspace: {
enabled: true,
},
savedObjects: {
permission: {
enabled: true,
}
},
migrations: { skip: false },
},
},
Expand Down

0 comments on commit c94ab1e

Please sign in to comment.