diff options
author | 2021-08-31 19:27:02 +0200 | |
---|---|---|
committer | 2021-08-31 19:27:02 +0200 | |
commit | 3d8aa7a4d2f3f3f986241da21a953fa194d25fd8 (patch) | |
tree | 395b059a4885d8dc8aec9c85f532abe4475d62d9 /testrig/testmodels.go | |
parent | change muchos things (diff) | |
download | gotosocial-3d8aa7a4d2f3f3f986241da21a953fa194d25fd8.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", |