Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Jul 13, 2020
1 parent a05337e commit 7ca2eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/management/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default function ({ loadTestFile }) {
describe('management', function () {
this.tags(['ciGroup2']);

loadTestFile(require.resolve('./create_index_patten_wizard'));
loadTestFile(require.resolve('./create_index_pattern_wizard'));
});
}

0 comments on commit 7ca2eca

Please sign in to comment.