/**
 * Integration tests for diagnostic tools.
 *
 * These tests hit the real Coolify API to verify diagnostic methods work correctly.
 * They are skipped in CI and should be run manually when testing against a real instance.
 *
 * Prerequisites:
 * - COOLIFY_URL and COOLIFY_TOKEN environment variables set (from .env)
 * - Access to a running Coolify instance
 *
 * Run with: npm run test:integration
 */
export {};
