test: register totp fixture in test setup

This commit is contained in:
kolaente 2026-03-20 10:17:37 +01:00 committed by kolaente
parent bda16e770f
commit a66bda2f51
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ func SetupTests() {
"task_buckets",
"sessions",
"webhooks",
"totp",
)
if err != nil {
log.Fatal(err)