Fix tile generation test.

This commit is contained in:
Sergey Vartanov 2021-08-07 23:30:28 +03:00
parent 3cb462721f
commit eb48600e9c
5 changed files with 37 additions and 24 deletions

View file

@ -38,7 +38,7 @@ def get_osm(
content: Optional[bytes] = get_data(
"api.openstreetmap.org/api/0.6/map",
{"bbox": boundary_box},
{"bbox": boundary_box.get_format()},
is_secure=True,
).decode("utf-8")