summaryrefslogtreecommitdiff
path: root/testrig/testmodels.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r--testrig/testmodels.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go
index 269bc9470..6638acbde 100644
--- a/testrig/testmodels.go
+++ b/testrig/testmodels.go
@@ -487,8 +487,8 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
Locked: TrueBool(),
Discoverable: FalseBool(),
Privacy: gtsmodel.VisibilityFollowersOnly,
- Sensitive: FalseBool(),
- Language: "en",
+ Sensitive: TrueBool(),
+ Language: "fr",
URI: "http://localhost:8080/users/1happyturtle",
URL: "http://localhost:8080/@1happyturtle",
FetchedAt: time.Time{},