diff options
Diffstat (limited to 'internal/validate')
-rw-r--r-- | internal/validate/status_test.go | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/internal/validate/status_test.go b/internal/validate/status_test.go index 7c85414b1..333cc408d 100644 --- a/internal/validate/status_test.go +++ b/internal/validate/status_test.go @@ -63,15 +63,13 @@ func happyStatus() *gtsmodel.Status { Language: "en", CreatedWithApplicationID: "01FEBBZHF4GFVRXSJVXD0JTZZ2", CreatedWithApplication: nil, - VisibilityAdvanced: gtsmodel.VisibilityAdvanced{ - Federated: true, - Boostable: true, - Replyable: true, - Likeable: true, - }, - ActivityStreamsType: ap.ObjectNote, - Text: "Test status! #hello", - Pinned: false, + Federated: true, + Boostable: true, + Replyable: true, + Likeable: true, + ActivityStreamsType: ap.ObjectNote, + Text: "Test status! #hello", + Pinned: false, } } |