forked from organicmaps/organicmaps
[tests] Fixed test web server url.
Signed-off-by: vng <viktor.govako@gmail.com>
This commit is contained in:
parent
1d92900842
commit
d97ad2a063
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
|||
namespace storage
|
||||
{
|
||||
std::string const kMapTestDir = "map-tests";
|
||||
std::string const kTestWebServer = "http://direct.mapswithme.com/";
|
||||
std::string const kTestWebServer = "https://planet.organicmaps.app/";
|
||||
} // namespace storage
|
||||
|
|
Loading…
Add table
Reference in a new issue