mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Remove unused WaitTracker mocking (no-changelog) (#9694)
This commit is contained in:
committed by
GitHub
parent
50bd5b9080
commit
6ba789aa6d
@@ -5,8 +5,6 @@ import { createMember, createOwner } from './shared/db/users';
|
||||
import { createWorkflow, shareWorkflowWithUsers } from './shared/db/workflows';
|
||||
import * as testDb from './shared/testDb';
|
||||
import { setupTestServer } from './shared/utils';
|
||||
import { mockInstance } from '../shared/mocking';
|
||||
import { WaitTracker } from '@/WaitTracker';
|
||||
import { createTeamProject, linkUserToProject } from './shared/db/projects';
|
||||
|
||||
const testServer = setupTestServer({ endpointGroups: ['executions'] });
|
||||
@@ -14,9 +12,6 @@ const testServer = setupTestServer({ endpointGroups: ['executions'] });
|
||||
let owner: User;
|
||||
let member: User;
|
||||
|
||||
// This is necessary for the tests to shutdown cleanly.
|
||||
mockInstance(WaitTracker);
|
||||
|
||||
const saveExecution = async ({ belongingTo }: { belongingTo: User }) => {
|
||||
const workflow = await createWorkflow({}, belongingTo);
|
||||
return await createSuccessfulExecution(workflow);
|
||||
|
||||
Reference in New Issue
Block a user