diff options
Diffstat (limited to 'internal/processing/media/media_test.go')
| -rw-r--r-- | internal/processing/media/media_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/processing/media/media_test.go b/internal/processing/media/media_test.go index 2930733c4..6d44321b7 100644 --- a/internal/processing/media/media_test.go +++ b/internal/processing/media/media_test.go @@ -45,7 +45,6 @@ type MediaStandardTestSuite struct { // standard suite models testTokens map[string]*gtsmodel.Token - testClients map[string]*gtsmodel.Client testApplications map[string]*gtsmodel.Application testUsers map[string]*gtsmodel.User testAccounts map[string]*gtsmodel.Account @@ -59,7 +58,6 @@ type MediaStandardTestSuite struct { func (suite *MediaStandardTestSuite) SetupSuite() { suite.testTokens = testrig.NewTestTokens() - suite.testClients = testrig.NewTestClients() suite.testApplications = testrig.NewTestApplications() suite.testUsers = testrig.NewTestUsers() suite.testAccounts = testrig.NewTestAccounts() |
