Fix test compilation errors

This commit is contained in:
braginini
2024-04-17 17:39:28 +02:00
parent 83dfe8e3a3
commit 48aff7a26e
2 changed files with 8 additions and 8 deletions

View File

@@ -110,7 +110,7 @@ func TestSqlite_DeleteAccount(t *testing.T) {
store := newSqliteStore(t)
testUserID := "testuser"
user := NewAdminUser(testUserID)
user := NewAdminUser(testUserID, "account_id")
user.PATs = map[string]*PersonalAccessToken{"testtoken": {
ID: "testtoken",
Name: "test token",