Test basic auth for proxy (#220034)

This commit is contained in:
Christof Marti
2024-07-08 16:39:26 +02:00
committed by GitHub
parent a0d7124f0c
commit 125c83df26
5 changed files with 241 additions and 3 deletions

View File

@@ -112,6 +112,13 @@
"farboo.get": {
"type": "string",
"default": "get-prop"
},
"integration-test.http.proxy": {
"type": "string"
},
"integration-test.http.proxyAuth": {
"type": "string",
"default": "get-prop"
}
}
},
@@ -251,7 +258,8 @@
"@types/mocha": "^9.1.1",
"@types/node": "20.x",
"@types/node-forge": "^1.3.11",
"node-forge": "^1.3.1"
"node-forge": "^1.3.1",
"straightforward": "^4.2.2"
},
"repository": {
"type": "git",