1
0

fix(api tokens): test

This commit is contained in:
kolaente
2023-09-01 15:54:39 +02:00
parent 974e1878f8
commit a4d946b4a9

View File

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