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 d03e414 commit 3002193
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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',
hiddenType: false,
},
},
Expand Down Expand Up @@ -134,7 +134,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',
hiddenType: false,
},
relationship: 'child',
Expand Down

0 comments on commit 3002193

Please sign in to comment.