Skip to content

Commit

Permalink
Fix custom integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron Hulcher committed May 19, 2022
1 parent d1f358d commit 7efd347
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ export default function ({ getService }: FtrProviderContext) {

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

expect(resp.body.length).to.be(43);
expect(resp.body.length).to.be(42);

// Test for sample data card
expect(resp.body.findIndex((c: { id: string }) => c.id === 'sample_data_all')).to.be.above(

0 comments on commit 7efd347

Please sign in to comment.