Skip to content

Commit

Permalink
Modify feature flag
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 2677efb commit 54f16e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ describe('workspace service', () => {
osd: {
workspace: {
enabled: true,
},
savedObjects: {
permission: {
enabled: false,
enabled: true,
},
},
migrations: { skip: false },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ describe('saved_objects_wrapper_for_check_workspace_conflict integration test',
osd: {
workspace: {
enabled: true,
},
savedObjects: {
permission: {
enabled: true,
},
Expand Down

0 comments on commit 54f16e7

Please sign in to comment.