fix(api tokens): test

This commit is contained in:
kolaente 2023-09-01 15:54:39 +02:00
parent 60648c72d1
commit 1156bc37bf
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ func TestAPIToken_Create(t *testing.T) {
db.LoadAndAssertFixtures(t)
err := token.Create(s, u)
assert.NoError(t, err)
})
}