summaryrefslogtreecommitdiff
path: root/internal/api/auth/auth_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/auth/auth_test.go')
-rw-r--r--internal/api/auth/auth_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/auth/auth_test.go b/internal/api/auth/auth_test.go
index 3bf3ec593..4b7ea2f5f 100644
--- a/internal/api/auth/auth_test.go
+++ b/internal/api/auth/auth_test.go
@@ -96,7 +96,7 @@ func (suite *AuthStandardTestSuite) SetupTest() {
testrig.NewNoopWebPushSender(),
suite.mediaManager,
)
- suite.authModule = auth.New(suite.db, suite.processor, suite.idp)
+ suite.authModule = auth.New(&suite.state, suite.processor, suite.idp)
testrig.StandardDBSetup(suite.db, suite.testAccounts)
testrig.StartNoopWorkers(&suite.state)