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 9, 2021
1 parent 407294a commit 59b3cc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 59b3cc6

Please sign in to comment.