Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit bb5fb06

Browse files
committed
fix version
1 parent b08e8b1 commit bb5fb06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration_test_80_adaptors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_adaptors_url(api_anon_client: ApiClient, tmp_path: pathlib.Path) -> Non
5858
request = {
5959
"variable": "grid_point_altitude",
6060
"reference_dataset": "cru",
61-
"version": "2.1",
61+
"version": "2_1",
6262
"format": "zip",
6363
"_timestamp": datetime.datetime.now().isoformat(),
6464
}

tests/integration_test_90_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_features_url_cds_adaptor_area_selection(
1515
request: dict[str, Any] = {
1616
"variable": "grid_point_altitude",
1717
"reference_dataset": "cru",
18-
"version": "2.1",
18+
"version": "2_1",
1919
}
2020

2121
result_bigger = api_anon_client.retrieve(

0 commit comments

Comments
 (0)