diff --git a/cmd/server/tests/kobo_test.go b/cmd/server/tests/kobo_test.go index 3a86475..1fc4464 100644 --- a/cmd/server/tests/kobo_test.go +++ b/cmd/server/tests/kobo_test.go @@ -22,7 +22,6 @@ func TestKoboInitialization(t *testing.T) { setup := setupTestServer(t) token := loginTestUser(t, setup.Server, setup.DB) - _ = getTestUserID(t, setup.DB) _ = createTestMediaItemID(t, setup.Server, token) log.Printf("[DEBUG] Kobo test setup: creating device and media")