From 3d8aa7a4d2f3f3f986241da21a953fa194d25fd8 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Tue, 31 Aug 2021 19:27:02 +0200 Subject: more updates --- testrig/testmodels.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'testrig') 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", -- cgit v1.2.3