From 14592456a8574afefe6ef91f4e64e4d32df984db Mon Sep 17 00:00:00 2001 From: SarahAlidoost Date: Mon, 21 Oct 2024 15:50:59 +0200 Subject: [PATCH] fix test cds_utils --- tests/test_cds_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_cds_utils.py b/tests/test_cds_utils.py index 72cf23a..6a869e9 100644 --- a/tests/test_cds_utils.py +++ b/tests/test_cds_utils.py @@ -130,6 +130,7 @@ def test_cds_request_land_cover(mock_retrieve, valid_path_config): dataset, time_bounds, path, + SpatialBounds(54, 56, 1, 3), overwrite, ) @@ -140,6 +141,7 @@ def test_cds_request_land_cover(mock_retrieve, valid_path_config): "format": "zip", "year": "1996", "version": "v2_0_7cds", + "area": [54, 3, 1, 56], }, )