From 2561b70fed4c0fe821dd8b45a986051780ba4bf6 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Thu, 2 Apr 2026 18:03:34 -0700 Subject: [PATCH] Fix tests for apprise redaction --- frontend/src/test/fanoutSection.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });