fix(HTTP Request Node): Add support for Bearer Auth in HttpRequest node (#15043)

This commit is contained in:
Shireen Missi
2025-05-02 10:33:46 +01:00
committed by GitHub
parent b5f85e7aae
commit 31003aacd1
10 changed files with 189 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
/* eslint-disable n8n-nodes-base/node-filename-against-convention */
import { NodeTestHarness } from '@nodes-testing/node-test-harness';
import nock from 'nock';