[tests] Fixed test web server url.

Signed-off-by: vng <viktor.govako@gmail.com>
This commit is contained in:
vng 2021-03-21 18:21:57 +03:00 committed by Roman Tsisyk
parent 1d92900842
commit d97ad2a063

View file

@ -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