Fix test compilation errors

This commit is contained in:
braginini
2024-04-17 17:27:23 +02:00
parent 38e10af2d9
commit 83dfe8e3a3
11 changed files with 13 additions and 13 deletions

View File

@@ -196,7 +196,7 @@ func TestEvents_GetEvents(t *testing.T) {
},
}
accountID := "test_account"
adminUser := server.NewAdminUser("test_user")
adminUser := server.NewAdminUser("test_user", "account_id")
events := generateEvents(accountID, adminUser.Id)
handler := initEventsTestData(accountID, adminUser, events...)