Skip to content

Commit 7ca2eca

Browse files
committed
fix file path
1 parent a05337e commit 7ca2eca

File tree

1 file changed

+1
-1
lines changed
  • x-pack/test/functional/apps/management

1 file changed

+1
-1
lines changed

x-pack/test/functional/apps/management/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ export default function ({ loadTestFile }) {
88
describe('management', function () {
99
this.tags(['ciGroup2']);
1010

11-
loadTestFile(require.resolve('./create_index_patten_wizard'));
11+
loadTestFile(require.resolve('./create_index_pattern_wizard'));
1212
});
1313
}

0 commit comments

Comments
 (0)