mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
refactor(core): Move integration test utils for insights (#16693)
This commit is contained in:
@@ -6,7 +6,12 @@ import {
|
||||
} from '@n8n/api-types';
|
||||
import { Logger } from '@n8n/backend-common';
|
||||
import { GlobalConfig } from '@n8n/config';
|
||||
import { SharedCredentials, ProjectRelationRepository, SharedCredentialsRepository } from '@n8n/db';
|
||||
import {
|
||||
SharedCredentials,
|
||||
ProjectRelationRepository,
|
||||
SharedCredentialsRepository,
|
||||
AuthenticatedRequest,
|
||||
} from '@n8n/db';
|
||||
import {
|
||||
Delete,
|
||||
Get,
|
||||
@@ -32,7 +37,7 @@ import { NotFoundError } from '@/errors/response-errors/not-found.error';
|
||||
import { EventService } from '@/events/event.service';
|
||||
import { License } from '@/license';
|
||||
import { listQueryMiddleware } from '@/middlewares';
|
||||
import { AuthenticatedRequest, CredentialRequest } from '@/requests';
|
||||
import { CredentialRequest } from '@/requests';
|
||||
import { NamingService } from '@/services/naming.service';
|
||||
import { UserManagementMailer } from '@/user-management/email';
|
||||
import * as utils from '@/utils';
|
||||
|
||||
Reference in New Issue
Block a user