summaryrefslogtreecommitdiff
path: root/internal/webpush
diff options
context:
space:
mode:
Diffstat (limited to 'internal/webpush')
-rw-r--r--internal/webpush/realsender_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/webpush/realsender_test.go b/internal/webpush/realsender_test.go
index b0144d4d4..cf9cf4cac 100644
--- a/internal/webpush/realsender_test.go
+++ b/internal/webpush/realsender_test.go
@@ -260,7 +260,7 @@ func (suite *RealSenderStandardTestSuite) TestSendPolicyMismatch() {
NotificationType: gtsmodel.NotificationFavourite,
TargetAccountID: suite.testAccounts["local_account_1"].ID,
OriginAccountID: suite.testAccounts["remote_account_1"].ID,
- StatusID: "01F8MHAMCHF6Y650WCRSCP4WMY",
+ StatusOrEditID: "01F8MHAMCHF6Y650WCRSCP4WMY",
Read: util.Ptr(false),
}
if err := suite.db.PutNotification(context.Background(), notification); !suite.NoError(err) {