()
| 204 | |
| 205 | |
| 206 | def test_mapbox() -> None: |
| 207 | params = { |
| 208 | "lon_target": 6.6323, |
| 209 | "lat_target": 46.5197, |
| 210 | "lon_satellite": 6.6323, |
| 211 | "lat_satellite": 46.5197, |
| 212 | "alt_satellite": 500, |
| 213 | } |
| 214 | _test_mapbox_endpoint("/data/image/mapbox", params) |
| 215 | |
| 216 | |
| 217 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected