Skip to content

Commit

Permalink
adjusting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Nov 8, 2024
1 parent ee4ab5f commit cbe3171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function ({ getService }: FtrProviderContext) {

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

expect(resp.body.length).to.be(108); // the beats
expect(resp.body.length).to.be(107); // the beats
});
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe('Get Beats Stats', () => {
names: ['firehose'],
},
queue: {
mem: 2,
mem: 0,
spool: 1,
},
architecture: {
Expand Down

0 comments on commit cbe3171

Please sign in to comment.