mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
committed by
GitHub
parent
cc5d9a296c
commit
544b880dfa
@@ -98,7 +98,7 @@ export async function initTestServer({
|
|||||||
|
|
||||||
if (!endpointGroups) return testServer.app;
|
if (!endpointGroups) return testServer.app;
|
||||||
|
|
||||||
if (endpointGroups.includes('credentials')) {
|
if (endpointGroups.includes('credentials') || endpointGroups.includes('me')) {
|
||||||
testServer.externalHooks = ExternalHooks();
|
testServer.externalHooks = ExternalHooks();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user