fix: remove duplicate import in cache-metrics test

Remove duplicate getInstanceCacheMetrics import that was causing TypeScript linting error

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
czlonkowski
2025-09-19 22:51:16 +02:00
parent f6a1b62590
commit 8ed66208e6

View File

@@ -4,7 +4,6 @@
import { describe, it, expect, beforeEach, vi, afterEach } from 'vitest';
import {
getInstanceCacheMetrics,
getInstanceCacheMetrics,
getN8nApiClient,
clearInstanceCache