mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
19ab542c4f
commit
2db4244efc
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue