ci: Fix InstanceType import in DeprecationService tests (#16050)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-06-05 11:58:52 +02:00
committed by GitHub
parent 2945bbdd1a
commit 07b12a41a4

View File

@@ -1,8 +1,8 @@
import type { Logger } from '@n8n/backend-common';
import { GlobalConfig } from '@n8n/config';
import type { InstanceType } from '@n8n/constants';
import { captor, mock } from 'jest-mock-extended';
import { InstanceSettings } from 'n8n-core';
import type { InstanceType } from 'n8n-core';
import config from '@/config';
import { mockInstance } from '@test/mocking';