summaryrefslogtreecommitdiff
path: root/internal/api/client/status/status_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/status/status_test.go')
-rw-r--r--internal/api/client/status/status_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/status/status_test.go b/internal/api/client/status/status_test.go
index def13a23a..7c3f094f2 100644
--- a/internal/api/client/status/status_test.go
+++ b/internal/api/client/status/status_test.go
@@ -43,7 +43,7 @@ type StatusStandardTestSuite struct {
federator federation.Federator
emailSender email.Sender
processor processing.Processor
- storage storage.Driver
+ storage *storage.Driver
// standard suite models
testTokens map[string]*gtsmodel.Token