diff --git a/frontend/src/test/fanoutSection.test.tsx b/frontend/src/test/fanoutSection.test.tsx index 6446125..8c51c9b 100644 --- a/frontend/src/test/fanoutSection.test.tsx +++ b/frontend/src/test/fanoutSection.test.tsx @@ -1227,7 +1227,7 @@ describe('SettingsFanoutSection', () => { const group = await screen.findByRole('group', { name: 'Integration Apprise Feed' }); expect( - within(group).getByText(/discord:\/\/abc, mailto:\/\/one@example.com/) + within(group).getByText(/discord:\/\/\*{8}, mailto:\/\/\*{8}, mailto:\/\/\*{8}/) ).toBeInTheDocument(); });