forked from organicmaps/organicmaps
Fixed integration unit test. Url parameter for curl should always be screened.
This commit is contained in:
parent
27f8353780
commit
dfae79c28a
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ bool HTTPClientPlatformWrapper::RunHTTPRequest() {
|
|||
cmd += "--data-binary @" + body_file_ + " ";
|
||||
}
|
||||
|
||||
cmd += url_requested_;
|
||||
cmd += "'" + url_requested_ + "'";
|
||||
try {
|
||||
// TODO(AlexZ): Do not store data in memory if received_file_ was specified.
|
||||
server_response_ = RunCurl(cmd);
|
||||
|
|
Loading…
Add table
Reference in a new issue