Fix report name of api_integration_basic test suite (#82422)

This PR fixes a copy/paste mistake in the report name of the api_integration_basic test suite.
This commit is contained in:
Robert Oskamp 2020-11-03 15:58:41 +01:00 committed by GitHub
parent 19ab542c4f
commit 2db4244efc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
},
};
}