summaryrefslogtreecommitdiff
path: root/internal/transport/transport_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/transport/transport_test.go')
-rw-r--r--internal/transport/transport_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/transport/transport_test.go b/internal/transport/transport_test.go
index 864e3b6e4..50a4d772e 100644
--- a/internal/transport/transport_test.go
+++ b/internal/transport/transport_test.go
@@ -51,6 +51,7 @@ type TransportTestSuite struct {
testApplications map[string]*gtsmodel.Application
testUsers map[string]*gtsmodel.User
testAccounts map[string]*gtsmodel.Account
+ testStatuses map[string]*gtsmodel.Status
transport transport.Transport
}
@@ -60,6 +61,7 @@ func (suite *TransportTestSuite) SetupSuite() {
suite.testApplications = testrig.NewTestApplications()
suite.testUsers = testrig.NewTestUsers()
suite.testAccounts = testrig.NewTestAccounts()
+ suite.testStatuses = testrig.NewTestStatuses()
}
func (suite *TransportTestSuite) SetupTest() {