feat(HTTP Request Node): Add additional tests for HTTP response encoding (no-changelog) (#11655)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
pemontto
2024-12-02 16:13:16 +00:00
committed by GitHub
parent 969439ce56
commit 3814f42ada
3 changed files with 110 additions and 1 deletions

View File

@@ -182,7 +182,7 @@ describe('HttpRequestV3', () => {
];
it.each(authenticationTypes)(
'should handle %s authentication',
'should handle $genericCredentialType authentication',
async ({ genericCredentialType, credentials, authField, authValue }) => {
(executeFunctions.getInputData as jest.Mock).mockReturnValue([{ json: {} }]);
(executeFunctions.getNodeParameter as jest.Mock).mockImplementation((paramName: string) => {