diff --git a/x-pack/test/api_integration/apis/ml/trained_models/get_model_pipelines.ts b/x-pack/test/api_integration/apis/ml/trained_models/get_model_pipelines.ts index 1e8c919e24e922..cc347056f02a31 100644 --- a/x-pack/test/api_integration/apis/ml/trained_models/get_model_pipelines.ts +++ b/x-pack/test/api_integration/apis/ml/trained_models/get_model_pipelines.ts @@ -40,7 +40,7 @@ export default ({ getService }: FtrProviderContext) => { expect(Object.keys(body[0].pipelines).length).to.eql(1); }); - it('return an error in case user does not have required permission', async () => { + it('returns an error in case user does not have required permission', async () => { await supertest .get(`/api/ml/trained_models/dfa_regression_model_n_0/pipelines`) .auth(USER.ML_VIEWER, ml.securityCommon.getPasswordForUser(USER.ML_VIEWER))