Skip to content

Commit

Permalink
Fix frontend unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jillguyonnet committed Mar 6, 2025
1 parent f7a59cc commit 9b1ca3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('SearchBar', () => {

describe('getFieldSpecs', () => {
it('returns fieldSpecs for Fleet agents', () => {
expect(getFieldSpecs(AGENTS_INDEX, AGENTS_PREFIX)).toHaveLength(73);
expect(getFieldSpecs(AGENTS_INDEX, AGENTS_PREFIX)).toHaveLength(74);
});

it('returns fieldSpecs for Fleet enrollment tokens', () => {
Expand Down

0 comments on commit 9b1ca3d

Please sign in to comment.