From bdd9553ea8d71b01344175b2ac5afab2d5efffbc Mon Sep 17 00:00:00 2001 From: ewin Date: Wed, 5 Mar 2025 18:18:43 -0500 Subject: [PATCH] Be explicit about this test status having an empty content type --- testrig/testmodels.go | 1 + 1 file changed, 1 insertion(+) diff --git a/testrig/testmodels.go b/testrig/testmodels.go index 8f8c3a9b4..fcd976446 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -1559,6 +1559,7 @@ func NewTestStatuses() map[string]*gtsmodel.Status { 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", 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"), EditedAt: time.Time{}, Local: util.Ptr(true),