Skip to content

Commit

Permalink
[Serverless] Fixup config typos (#180127)
Browse files Browse the repository at this point in the history
## Summary

Fixup Junit report names to match the file names.

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
wayneseymour and kibanamachine authored Apr 9, 2024
1 parent 0535f89 commit 6bb1282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
...baseTestConfig.getAll(),
testFiles: [require.resolve('../../common/visualizations/group2')],
junit: {
reportName: 'Serverless Search Functional Tests - Common Group 2',
reportName: 'Serverless Search Functional Tests - Common Group 3',
},
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
...baseTestConfig.getAll(),
testFiles: [require.resolve('../../common/visualizations/group3')],
junit: {
reportName: 'Serverless Search Functional Tests - Common Group 2',
reportName: 'Serverless Search Functional Tests - Common Group 4',
},
};
}

0 comments on commit 6bb1282

Please sign in to comment.