diff options
Diffstat (limited to 'frontend/src/components/TagView.test.tsx')
| -rw-r--r-- | frontend/src/components/TagView.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/TagView.test.tsx b/frontend/src/components/TagView.test.tsx index 16fdee7..de0a318 100644 --- a/frontend/src/components/TagView.test.tsx +++ b/frontend/src/components/TagView.test.tsx @@ -53,7 +53,7 @@ describe('Tag View Integration', () => { // Verify structure const techTag = screen.getByText('News').closest('a'); - expect(techTag).toHaveAttribute('href', '/tag/News'); + expect(techTag).toHaveAttribute('href', '/tag/News?filter=unread'); }); it('fetches items by tag in FeedItems', async () => { |
