Skip to content

Commit 2db4244

Browse files
authored
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.
1 parent 19ab542 commit 2db4244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/test/api_integration_basic/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
2626
testFiles: [require.resolve('./apis')],
2727
junit: {
2828
...xpackApiIntegrationConfig.get('junit'),
29-
reportName: 'Chrome X-Pack UI Functional Tests Basic License',
29+
reportName: 'X-Pack API Integration Tests Basic License',
3030
},
3131
};
3232
}

0 commit comments

Comments
 (0)