fix(tests): Fix all remaining test compilation errors

This commit is contained in:
2026-02-10 13:08:10 -05:00
parent 568e16eab4
commit bb2ba14976
3 changed files with 3028 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import (
func TestListAllQueueItems_Admin(t *testing.T) {
setup := setupTestServer(t)
token := loginAdminUser(t, setup.Server, setup.DB) db)
token := loginAdminUser(t, setup.Server, setup.DB)
req := httptest.NewRequest("GET", "/api/queue/items", nil)
req.Header.Set("Authorization", "Bearer "+token)