fix(api tokens): test

This commit is contained in:
kolaente 2023-09-01 15:54:39 +02:00
parent 974e1878f8
commit a4d946b4a9
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)
})
}