summaryrefslogtreecommitdiff
path: root/testrig/testmodels.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-05-15 12:52:40 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-15 12:52:40 +0200
commit17b9a937b17b950a69d6523169209a6bb34b534c (patch)
tree8c2e405a1dc14ebcc3fbd420a3554ac04744524d /testrig/testmodels.go
parent[chore]: Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#1785) (diff)
downloadgotosocial-17b9a937b17b950a69d6523169209a6bb34b534c.tar.xz
[bugfix] Fix duplicating fields on profile edit (#1788)
* [bugfix] Fix duplicating fields on profile edit * test non-duplicate fields
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r--testrig/testmodels.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go
index 6337004ff..15e204f85 100644
--- a/testrig/testmodels.go
+++ b/testrig/testmodels.go
@@ -526,6 +526,7 @@ func NewTestAccounts() map[string]*gtsmodel.Account {
SuspendedAt: time.Time{},
HideCollections: FalseBool(),
SuspensionOrigin: "",
+ EnableRSS: FalseBool(),
},
"remote_account_1": {
ID: "01F8MH5ZK5VRH73AKHQM6Y9VNX",