summaryrefslogtreecommitdiff
path: root/internal/validate/account_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/validate/account_test.go')
-rw-r--r--internal/validate/account_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/validate/account_test.go b/internal/validate/account_test.go
index 3c918e1fc..0e23a2409 100644
--- a/internal/validate/account_test.go
+++ b/internal/validate/account_test.go
@@ -63,7 +63,7 @@ func happyAccount() *gtsmodel.Account {
Privacy: gtsmodel.VisibilityPublic,
Sensitive: testrig.FalseBool(),
Language: "en",
- StatusFormat: "plain",
+ StatusContentType: "text/plain",
URI: "http://localhost:8080/users/the_mighty_zork",
URL: "http://localhost:8080/@the_mighty_zork",
FetchedAt: time.Time{},