Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Nov 4, 2021
1 parent da03ac5 commit 16f015c
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
expect(resp.body.length).to.be(108); // the beats
});
});
});
Expand Down

0 comments on commit 16f015c

Please sign in to comment.