diff options
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r-- | testrig/testmodels.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go index 9d014bbca..50b15b04e 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -702,7 +702,7 @@ func NewTestAccountSettings() map[string]*gtsmodel.AccountSettings { Sensitive: util.Ptr(true), Language: "fr", EnableRSS: util.Ptr(false), - HideCollections: util.Ptr(false), + HideCollections: util.Ptr(true), }, } } |