Fix tests for apprise redaction

This commit is contained in:
Jack Kingsman
2026-04-02 18:03:34 -07:00
parent 44f145b646
commit 2561b70fed
+1 -1
View File
@@ -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();
});