Skip to content

Commit

Permalink
Fix FTR
Browse files Browse the repository at this point in the history
  • Loading branch information
sphilipse committed Jun 27, 2023
1 parent b12e805 commit ba997b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function ({ getService }: FtrProviderContext) {

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

expect(resp.body.length).to.be(54);
expect(resp.body.length).to.be(49);

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

0 comments on commit ba997b3

Please sign in to comment.