summaryrefslogtreecommitdiff
path: root/testrig/testmodels.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r--testrig/testmodels.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go
index cc32aa39e..8894e562d 100644
--- a/testrig/testmodels.go
+++ b/testrig/testmodels.go
@@ -319,6 +319,7 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
DisplayName: "",
Fields: []gtsmodel.Field{},
Note: "",
+ NoteRaw: "",
Memorial: false,
MovedToAccountID: "",
CreatedAt: time.Now().Add(-72 * time.Hour),
@@ -356,7 +357,8 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
HeaderMediaAttachmentID: "01PFPMWK2FF0D9WMHEJHR07C3Q",
DisplayName: "original zork (he/they)",
Fields: []gtsmodel.Field{},
- Note: "hey yo this is my profile!",
+ Note: "<p>hey yo this is my profile!</p>",
+ NoteRaw: "hey yo this is my profile!",
Memorial: false,
MovedToAccountID: "",
CreatedAt: time.Now().Add(-48 * time.Hour),
@@ -394,7 +396,8 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
HeaderMediaAttachmentID: "",
DisplayName: "happy little turtle :3",
Fields: []gtsmodel.Field{},
- Note: "i post about things that concern me",
+ Note: "<p>i post about things that concern me</p>",
+ NoteRaw: "i post about things that concern me",
Memorial: false,
MovedToAccountID: "",
CreatedAt: time.Now().Add(-190 * time.Hour),