Skip to content

Commit

Permalink
update subset test
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Sep 14, 2021
1 parent 96551d5 commit 1d87ec3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_wps_subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ def test_wps_subset_c3s_cmip6_time_components():
# datainputs += ";time=2015/2016"
datainputs += ";time_components=year:2015,2016|month:01,02,03"
resp = client.get(
"?service=WPS&request=Execute&version=1.0.0&identifier=subset&datainputs={}".format(
datainputs
)
f"?service=WPS&request=Execute&version=1.0.0&identifier=subset&lineage=true&datainputs={datainputs}"
)
# print(resp.data)
assert_response_success(resp)
assert "meta4" in get_output(resp.xml)["output"]
assert b"year:2015,2016|month:01,02,03" in resp.data


def test_wps_subset_cmip6_prov():
Expand Down

0 comments on commit 1d87ec3

Please sign in to comment.