diff options
Diffstat (limited to 'internal/transport/transport_test.go')
| -rw-r--r-- | internal/transport/transport_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/transport/transport_test.go b/internal/transport/transport_test.go index 61df16e52..bed683d27 100644 --- a/internal/transport/transport_test.go +++ b/internal/transport/transport_test.go @@ -50,7 +50,6 @@ type TransportTestSuite 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 @@ -60,7 +59,6 @@ type TransportTestSuite struct { func (suite *TransportTestSuite) SetupSuite() { suite.testTokens = testrig.NewTestTokens() - suite.testClients = testrig.NewTestClients() suite.testApplications = testrig.NewTestApplications() suite.testUsers = testrig.NewTestUsers() suite.testAccounts = testrig.NewTestAccounts() |
