mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Stop telemetry events to Posthog (#16788)
This commit is contained in:
@@ -569,7 +569,6 @@ describe('VirtualSchema.vue', () => {
|
||||
src_nodes_back: '1',
|
||||
src_has_credential: false,
|
||||
}),
|
||||
{ withPostHog: true },
|
||||
),
|
||||
);
|
||||
});
|
||||
@@ -616,7 +615,6 @@ describe('VirtualSchema.vue', () => {
|
||||
src_view: 'schema_preview',
|
||||
src_has_credential: true,
|
||||
}),
|
||||
{ withPostHog: true },
|
||||
),
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user