Skip to content

Commit

Permalink
fix api integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Oct 9, 2021
1 parent dd5acb8 commit d03e414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api_integration/apis/saved_objects_management/find.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export default function ({ getService }: FtrProviderContext) {
path: '/app/management/kibana/indexPatterns/patterns/8963ca30-3224-11e8-a572-ffca06da1357',
uiCapabilitiesPath: 'management.kibana.indexPatterns',
},
namespaceType: 'single',
namespaceType: 'multiple-isolated',
});
}));
});
Expand Down

0 comments on commit d03e414

Please sign in to comment.