()
| 101 | |
| 102 | |
| 103 | def test_sentinel_current() -> None: |
| 104 | params = { |
| 105 | "spectral_bands": ["red", "green", "blue"], |
| 106 | "size_km": 5.0, |
| 107 | "return_type": "png", |
| 108 | #"window_seconds": 60.0 |
| 109 | } |
| 110 | _test_sentinel_endpoint("/data/current/image/sentinel", params=params) |
| 111 | |
| 112 | |
| 113 | def test_sentinel() -> None: |
nothing calls this directly
no test coverage detected