diff options
Diffstat (limited to 'internal/webpush')
| -rw-r--r-- | internal/webpush/realsender_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/webpush/realsender_test.go b/internal/webpush/realsender_test.go index a404c166f..e11067e1d 100644 --- a/internal/webpush/realsender_test.go +++ b/internal/webpush/realsender_test.go @@ -190,7 +190,7 @@ func (suite *RealSenderStandardTestSuite) simulatePushNotification( }, nil } - apiNotif, err := suite.typeconverter.NotificationToAPINotification(ctx, notification, nil) + apiNotif, err := suite.typeconverter.NotificationToAPINotification(ctx, notification, false) suite.NoError(err) // Send the push notification. |
