diff options
Diffstat (limited to 'internal/filter/visibility')
| -rw-r--r-- | internal/filter/visibility/filter_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/filter/visibility/filter_test.go b/internal/filter/visibility/filter_test.go index 2d83ea759..ccd60f173 100644 --- a/internal/filter/visibility/filter_test.go +++ b/internal/filter/visibility/filter_test.go @@ -34,7 +34,6 @@ type FilterStandardTestSuite 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 @@ -49,7 +48,6 @@ type FilterStandardTestSuite struct { func (suite *FilterStandardTestSuite) SetupSuite() { suite.testTokens = testrig.NewTestTokens() - suite.testClients = testrig.NewTestClients() suite.testApplications = testrig.NewTestApplications() suite.testUsers = testrig.NewTestUsers() suite.testAccounts = testrig.NewTestAccounts() |
