Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Dec 1, 2022
1 parent b28286c commit f93cfa2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ export default ({ getService }: FtrProviderContext) => {
const responseModuleIds = rspBody.map((module: { id: string }) => module.id).sort();
expect(responseModuleIds).to.eql(
testData.expected.moduleIds.sort(),
`Expected matching module ids for index '${testData.indexPattern
`Expected matching module ids for index '${
testData.indexPattern
}' to be '${testData.expected.moduleIds.sort()}' (got '${responseModuleIds}')`
);
});
Expand Down

0 comments on commit f93cfa2

Please sign in to comment.