Skip to content

Commit

Permalink
fix: integration test failure
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
  • Loading branch information
SuZhou-Joe authored and yujin-emma committed Jun 6, 2024
1 parent fd5090f commit b0f8310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ describe('saved_objects_wrapper_for_check_workspace_conflict integration test',
const importWithWorkspacesResult = await osdTestServer.request
.post(
root,
`/api/saved_objects/_import?workspaces=${createdFooWorkspace.id}&overwrite=true`
`/api/saved_objects/_import?workspaces=${createdFooWorkspace.id}&overwrite=true&dataSourceEnabled=true`
)
.attach(
'file',
Expand Down

0 comments on commit b0f8310

Please sign in to comment.