Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Nov 3, 2021
1 parent baeabd8 commit da03ac5
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 function ({ getService }: FtrProviderContext) {

expect(resp.body).to.be.an('array');

expect(resp.body.length).to.be.above(109); // at least the beats + apm
expect(resp.body.length).to.be.above(109); // at least the beats
});
});
});
Expand Down

0 comments on commit da03ac5

Please sign in to comment.