mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Move integration test utils for insights (#16693)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { randomEmail, randomName, randomValidPassword } from '@n8n/backend-test-utils';
|
||||
import type { User } from '@n8n/db';
|
||||
|
||||
import { setSamlLoginEnabled } from '@/sso.ee/saml/saml-helpers';
|
||||
@@ -8,7 +9,6 @@ import {
|
||||
|
||||
import { sampleConfig } from './sample-metadata';
|
||||
import { createOwner, createUser } from '../shared/db/users';
|
||||
import { randomEmail, randomName, randomValidPassword } from '../shared/random';
|
||||
import type { SuperAgentTest } from '../shared/types';
|
||||
import * as utils from '../shared/utils/';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user