You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at adding unit tests for the HTTP-In and HTTP-Response nodes (before I add a new feature).
I have the bones of it working but the HTTP-In Node never gets called (the test always errors with a 404)
Originally raised in node-red/3489
Current Behaviour
I am looking at adding unit tests for the HTTP-In and HTTP-Response nodes (before I add a new feature).
I have the bones of it working but the HTTP-In Node never gets called (the test always errors with a 404)
REF: https://node-red.slack.com/archives/C9RSU6S56/p1646839765269019
Expected Behavior
To be able to call Endpoint so that HTTP In Node Unit Tests can be added to node-red
Steps To Reproduce
Add test flow with http in node
Call endpoint with got or fetch or browser - instant 404
Environment
Node-RED version: 2.2.2
Node.js version: 14
npm version: na
Platform/OS: na
Browser: na
The text was updated successfully, but these errors were encountered: