Skip to content

Commit

Permalink
[ML] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Jul 8, 2021
1 parent 55e2e69 commit e13787b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default ({ getService }: FtrProviderContext) => {
await Promise.all(testModelIds.map((modelId) => ml.api.deleteIngestPipeline(modelId)));
});

it('returns all trained models with associated pipelined', async () => {
it('returns all trained models with associated pipelines', async () => {
const { body } = await supertest
.get(`/api/ml/trained_models?with_pipelines=true`)
.auth(USER.ML_POWERUSER, ml.securityCommon.getPasswordForUser(USER.ML_POWERUSER))
Expand Down

0 comments on commit e13787b

Please sign in to comment.