Skip to content

Commit

Permalink
Remove scans from test header.spec.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliav committed Apr 1, 2024
1 parent bf9c45f commit 2458009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/__tests__/header.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('Header component', () => {
currentOrganization: { ...testOrganization }
}
});
['Overview', 'Inventory', 'Scans'].forEach((expected) => {
['Overview', 'Inventory'].forEach((expected) => {
expect(getByText(expected)).toBeInTheDocument();
});
});
Expand Down

0 comments on commit 2458009

Please sign in to comment.