We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0fe07 commit b6738f9Copy full SHA for b6738f9
tests/integration_test_10_clients.py
@@ -101,7 +101,7 @@ def test_get_processes(dev_env_proc_api_url: str) -> None:
101
assert all([key in response_body for key in exp_keys])
102
103
number_of_processes = len(response_body["processes"])
104
- exp_number_of_processes = 8
+ exp_number_of_processes = 6
105
assert number_of_processes == exp_number_of_processes
106
107
@@ -850,7 +850,7 @@ def test_constraints(dev_env_proc_api_url: str) -> None:
850
851
assert response.status_code == 200
852
853
- process_id = "cams-global-reanalysis-eac4"
+ process_id = "cams-global-reanalysis-eac4-monthly"
854
request_url = urllib.parse.urljoin(
855
dev_env_proc_api_url, f"processes/{process_id}/constraints"
856
)
0 commit comments