aboutsummaryrefslogtreecommitdiff
path: root/internal/db/access_tokens_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/access_tokens_test.go')
-rw-r--r--internal/db/access_tokens_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/access_tokens_test.go b/internal/db/access_tokens_test.go
index 0f979e95..92a2bfa2 100644
--- a/internal/db/access_tokens_test.go
+++ b/internal/db/access_tokens_test.go
@@ -38,7 +38,7 @@ func Test_accessTokens(t *testing.T) {
} {
t.Run(tc.name, func(t *testing.T) {
t.Cleanup(func() {
- err := clearTables(db.DB, tables...)
+ err := clearTables(t, db.DB, tables...)
if err != nil {
t.Fatal(err)
}