Skip to content

Commit

Permalink
deleted unnecessary section from get-post.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vasischev committed Jun 1, 2015
1 parent 4c1776f commit 4108e19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion docs/Reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ modules:
browser-open: start # auto-open the report in browser, possible values are "start", "end", "both", "none"
bulk-size: 5 # send data each n-th second
timeout: 5 # connect and request timeout for BlazeMeter API
proxy: # custom proxy settings for BZA feeding, if not configured, will use proxy settings in OS environment.
proxy: # custom proxy settings for BZA feeding, if not configured, will use proxy settings from OS environment.
address: http://127.0.0.1:8080 # proxy server address
username: user # username and password used if authentication is configured on proxy server
password: 12345
Expand Down
8 changes: 0 additions & 8 deletions tests/json/get-post.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,6 @@
"system-properties": {
"any_prop": "true"
}
},
"blazemeter":{
"proxy":{
"address": "http://127.0.0.1:8080",
"username": "user",
"password": "pass"
}

}
}
}

0 comments on commit 4108e19

Please sign in to comment.