summaryrefslogtreecommitdiff
path: root/testrig/testmodels.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r--testrig/testmodels.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go
index c02924b76..3cf785908 100644
--- a/testrig/testmodels.go
+++ b/testrig/testmodels.go
@@ -1536,8 +1536,8 @@ func NewTestStatuses() map[string]*gtsmodel.Status {
ID: "01F8MHAYFKS4KMXF8K5Y1C0KRN",
URI: "http://localhost:8080/users/the_mighty_zork/statuses/01F8MHAYFKS4KMXF8K5Y1C0KRN",
URL: "http://localhost:8080/@the_mighty_zork/statuses/01F8MHAYFKS4KMXF8K5Y1C0KRN",
- Content: "this is an unlocked local-only post that shouldn't federate, but it's still boostable, replyable, and likeable",
- Text: "this is an unlocked local-only post that shouldn't federate, but it's still boostable, replyable, and likeable",
+ Content: "this is a Public local-only post that shouldn't federate, but it's still boostable, replyable, and likeable",
+ Text: "this is a Public local-only post that shouldn't federate, but it's still boostable, replyable, and likeable",
CreatedAt: TimeMustParse("2021-10-20T12:40:37+02:00"),
UpdatedAt: TimeMustParse("2021-10-20T12:40:37+02:00"),
Local: util.Ptr(true),
@@ -1547,7 +1547,7 @@ func NewTestStatuses() map[string]*gtsmodel.Status {
BoostOfID: "",
ThreadID: "01HCWDVTW3HQWSX66VJQ91Z1RH",
ContentWarning: "",
- Visibility: gtsmodel.VisibilityUnlocked,
+ Visibility: gtsmodel.VisibilityPublic,
Sensitive: util.Ptr(false),
Language: "en",
CreatedWithApplicationID: "01F8MGY43H3N2C8EWPR2FPYEXG",