mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
parent
cc5d9a296c
commit
544b880dfa
|
@ -98,7 +98,7 @@ export async function initTestServer({
|
|||
|
||||
if (!endpointGroups) return testServer.app;
|
||||
|
||||
if (endpointGroups.includes('credentials')) {
|
||||
if (endpointGroups.includes('credentials') || endpointGroups.includes('me')) {
|
||||
testServer.externalHooks = ExternalHooks();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue