diff options
author | 2021-08-31 19:27:02 +0200 | |
---|---|---|
committer | 2021-09-01 11:12:10 +0200 | |
commit | 7b01304dac37524643eca389af07337928d2b815 (patch) | |
tree | 6c77b6cfe17f312350531627f10d4471f2efe4df /testrig/testmodels.go | |
parent | change muchos things (diff) | |
download | gotosocial-7b01304dac37524643eca389af07337928d2b815.tar.xz |
more updates
Diffstat (limited to 'testrig/testmodels.go')
-rw-r--r-- | testrig/testmodels.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testrig/testmodels.go b/testrig/testmodels.go index 002fa38c6..a7148ae17 100644 --- a/testrig/testmodels.go +++ b/testrig/testmodels.go @@ -261,10 +261,6 @@ func NewTestUsers() map[string]*gtsmodel.User { // NewTestAccounts returns a map of accounts keyed by what type of account they are. func NewTestAccounts() map[string]*gtsmodel.Account { accounts := map[string]*gtsmodel.Account{ - "instance_account": { - ID: "01F8MH261H1KSV3GW3016GZRY3", - Username: "localhost:8080", - }, "unconfirmed_account": { ID: "01F8MH0BBE4FHXPH513MBVFHB0", Username: "weed_lord420", |