Test Web Push notifications from workers

This commit is contained in:
Vyr Cossont 2024-11-30 14:03:53 -08:00
commit 8e72a8fd24
3 changed files with 87 additions and 1 deletions

View file

@ -45,6 +45,7 @@ func (suite *SurfaceNotifyTestSuite) TestSpamNotifs() {
Stream: testStructs.Processor.Stream(),
VisFilter: visibility.NewFilter(testStructs.State),
EmailSender: testStructs.EmailSender,
WebPushSender: testStructs.WebPushSender,
Conversations: testStructs.Processor.Conversations(),
}