mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 00:16:16 -06:00
Be explicit about this test status having an empty content type
This commit is contained in:
parent
75936b0c28
commit
bdd9553ea8
1 changed files with 1 additions and 0 deletions
|
|
@ -1559,6 +1559,7 @@ func NewTestStatuses() map[string]*gtsmodel.Status {
|
||||||
URL: "http://localhost:8080/@the_mighty_zork/statuses/01F8MHAYFKS4KMXF8K5Y1C0KRN",
|
URL: "http://localhost:8080/@the_mighty_zork/statuses/01F8MHAYFKS4KMXF8K5Y1C0KRN",
|
||||||
Content: "this is a Public local-only post that shouldn't federate, but it's still boostable, replyable, and likeable. also it has no stored content type",
|
Content: "this is a Public local-only post that shouldn't federate, but it's still boostable, replyable, and likeable. also it has no stored content type",
|
||||||
Text: "this is a Public local-only post that shouldn't federate, but it's still boostable, replyable, and likeable. also it has no stored content type",
|
Text: "this is a Public local-only post that shouldn't federate, but it's still boostable, replyable, and likeable. also it has no stored content type",
|
||||||
|
ContentType: 0,
|
||||||
CreatedAt: TimeMustParse("2021-10-20T12:40:37+02:00"),
|
CreatedAt: TimeMustParse("2021-10-20T12:40:37+02:00"),
|
||||||
EditedAt: time.Time{},
|
EditedAt: time.Time{},
|
||||||
Local: util.Ptr(true),
|
Local: util.Ptr(true),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue