Skip to content

Commit dc88d31

Browse files
committed
back out accidently committed unrelated changes
1 parent ebcbb1f commit dc88d31

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tests/unit/test_subscription_request.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ def test_toar_tool_success():
576576
def test_pv_source_success(geom_geojson, var_type, var_id):
577577
"""Configure a planetary variable subscription source."""
578578
source = subscription_request.planetary_variable_source(
579+
var_type,
579580
var_id,
580581
geometry=geom_geojson,
581582
start_time=datetime(2021, 3, 1),
@@ -592,17 +593,6 @@ def test_pv_source_success(geom_geojson, var_type, var_id):
592593
assert params["start_time"].startswith("2021-03-01")
593594

594595

595-
def test_pv_source_no_type(geom_geojson):
596-
"""Configure a planetary variable subscription source."""
597-
source = subscription_request.planetary_variable_source(
598-
"BIOMASS-PROXY_V3.0_10",
599-
geometry=geom_geojson,
600-
start_time=datetime(2021, 3, 1),
601-
end_time=datetime(2021, 3, 2),
602-
)
603-
assert source.get("type") is None
604-
605-
606596
@respx.mock
607597
@pytest.mark.parametrize(
608598
# Test all the combinations of the three options plus some with dupes.

0 commit comments

Comments
 (0)