summaryrefslogtreecommitdiff
path: root/testrig/testmodels.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r--testrig/testmodels.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go
index 6e3f87258..269bc9470 100644
--- a/testrig/testmodels.go
+++ b/testrig/testmodels.go
@@ -1845,6 +1845,15 @@ func NewTestNotifications() map[string]*gtsmodel.Notification {
StatusID: "01F8MHAMCHF6Y650WCRSCP4WMY",
Read: FalseBool(),
},
+ "local_account_2_like": {
+ ID: "01GTS6PRPXJYZBPFFQ56PP0XR8",
+ NotificationType: gtsmodel.NotificationFave,
+ CreatedAt: TimeMustParse("2022-01-13T12:45:01+02:00"),
+ TargetAccountID: "01F8MH17FWEB39HZJ76B6VXSKF",
+ OriginAccountID: "01F8MH5NBDF2MV7CTC4Q5128HF",
+ StatusID: "01F8MH75CBF9JFX4ZAD54N0W0R",
+ Read: FalseBool(),
+ },
}
}