From cb2dcc0ecd47d23bd111a0ff629395ca0e10fe93 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 7 May 2024 12:13:15 +0200 Subject: dashboard: adjust fs bug reporting tests Now that we don't want to always Cc fsdevel, the tests must change as well. --- dashboard/app/linux_reporting_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'dashboard/app/linux_reporting_test.go') diff --git a/dashboard/app/linux_reporting_test.go b/dashboard/app/linux_reporting_test.go index 004150361..15340252e 100644 --- a/dashboard/app/linux_reporting_test.go +++ b/dashboard/app/linux_reporting_test.go @@ -51,7 +51,6 @@ func TestFsSubsystemFlow(t *testing.T) { c.expectEQ(reply.Subject, "[syzbot] [nilfs?] WARNING in nilfs_dat_commit_end") assert.ElementsMatch(t, reply.To, []string{ "konishi.ryusuke@gmail.com", - "linux-fsdevel@vger.kernel.org", "linux-kernel@vger.kernel.org", "linux-nilfs@vger.kernel.org", "maintainer@kernel.org", @@ -97,7 +96,6 @@ renameat2(r0, &(0x7f00000004c0)='./file0\x00', r0, &(0x7f0000000500)='./bus/file // Make sure ntfs3 maintainers are in the recipients. assert.ElementsMatch(t, reply.To, []string{ "almaz.alexandrovich@paragon-software.com", - "linux-fsdevel@vger.kernel.org", "linux-kernel@vger.kernel.org", "maintainer@kernel.org", "ntfs3@lists.linux.dev", -- cgit mrf-deployment