/** * Integration tests for the #336 field-test follow-ups. * * These verify against a real Coolify instance that: * 1. `listDatabases` reports every database `/resources` knows about — the * per-type id collision upstream made `GET /databases` silently drop whole * types (2 Postgres + 2 Dragonfly with ids 1,2 returned only the Dragonflys). * 2. `findInfrastructureIssues` severity accounting is internally consistent, * and warnings (unknown health, available proxy updates) never inflate the * critical counts. * 3. `diagnoseApplication` env-var accounting is internally consistent — * preview twins are surfaced, not deduped. * * Prerequisites: * - COOLIFY_URL and COOLIFY_TOKEN environment variables set (from .env) * * Run with: npm run test:integration */ export {};