Skip to content

Commit 4d84076

Browse files
committed
bug fixes
1 parent 970e1e3 commit 4d84076

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Add the following in `browserstack.json`
142142
```json
143143
...
144144
"proxy": {
145-
"hostname": "localhost",
145+
"host": "localhost",
146146
"port": 3128,
147147
"username": "foo",
148148
"password": "bar"

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ var statusPoller = {
219219
function runTests() {
220220
if (config.proxy) {
221221
tunnelingAgent = tunnel.httpOverHttp({
222-
proxy: config.proxy;
222+
proxy: config.proxy
223223
});
224224
var oldhttpreq = http.request;
225225
http.request = function (options, callback) {

0 commit comments

Comments
 (0)