Skip to content

Commit

Permalink
Fix report name of api_integration_basic test suite (#82422)
Browse files Browse the repository at this point in the history
This PR fixes a copy/paste mistake in the report name of the api_integration_basic test suite.
  • Loading branch information
pheyos committed Nov 3, 2020
1 parent 19ab542 commit 2db4244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration_basic/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
testFiles: [require.resolve('./apis')],
junit: {
...xpackApiIntegrationConfig.get('junit'),
reportName: 'Chrome X-Pack UI Functional Tests Basic License',
reportName: 'X-Pack API Integration Tests Basic License',
},
};
}

0 comments on commit 2db4244

Please sign in to comment.