Skip to content

Commit

Permalink
fix FTR test
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcelroy committed Aug 29, 2024
1 parent aa8e4ce commit 76beb3b
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,14 @@ export default function ({ getService }: FtrProviderContext) {

const sortedReceivedKeys = Object.keys(indexCreated).sort();

expect(sortedReceivedKeys).to.eql(['aliases', 'hidden', 'isFrozen', 'name']);
expect(sortedReceivedKeys).to.eql([
'aliases',
'documents',
'hidden',
'isFrozen',
'name',
'size',
]);
});
});

Expand Down

0 comments on commit 76beb3b

Please sign in to comment.