()
| 196 | |
| 197 | |
| 198 | def test_mapbox_current() -> None: |
| 199 | params = { |
| 200 | #"lon": 6.6323, |
| 201 | #"lat": 46.5197, |
| 202 | } |
| 203 | _test_mapbox_endpoint("/data/current/image/mapbox", params) |
| 204 | |
| 205 | |
| 206 | def test_mapbox() -> None: |
nothing calls this directly
no test coverage detected