We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dea6d commit 963d56bCopy full SHA for 963d56b
x-pack/test/api_integration/apis/beats/create_enrollment_token.js renamed to x-pack/test/api_integration/apis/beats/create_enrollment_tokens.js
@@ -15,7 +15,7 @@ export default function ({ getService }) {
15
const ES_INDEX_NAME = '.management-beats';
16
const ES_TYPE_NAME = '_doc';
17
18
- describe('create_enrollment_token', () => {
+ describe('create_enrollment_tokens', () => {
19
const cleanup = () => {
20
return es.indices.delete({
21
index: ES_INDEX_NAME,
x-pack/test/api_integration/apis/beats/index.js
@@ -6,6 +6,6 @@
6
7
export default function ({ loadTestFile }) {
8
describe('beats', () => {
9
- loadTestFile(require.resolve('./create_enrollment_token'));
+ loadTestFile(require.resolve('./create_enrollment_tokens'));
10
});
11
}
0 commit comments