Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-red/node-red
/ getTestURL
Function
getTestURL
test/nodes/core/network/21-httprequest_spec.js:174–176 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
172
}
173
174
function
getTestURL(url) {
175
return
"http://localhost:"
+testPort+url;
176
}
177
178
function
getSslTestURL(url) {
179
return
"https://localhost:"
+testSslPort+url;
Callers
1
21-httprequest_spec.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected