testrig: add testing profile field for admin user

This commit is contained in:
f0x 2023-05-11 14:31:46 +02:00
parent 4e5278d215
commit 80490c183e

View file

@ -395,7 +395,9 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
AvatarMediaAttachmentID: "",
HeaderMediaAttachmentID: "",
DisplayName: "",
Fields: []*gtsmodel.Field{},
Fields: []*gtsmodel.Field{
{Name: "pronouns", Value: "they/them", VerifiedAt: TimeMustParse("0001-01-01T00:00:00Z")},
},
Note: "",
NoteRaw: "",
Memorial: FalseBool(),