From 4a0e8feb77f9e947b1dabd417bfb5eac6621529f Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Thu, 19 Nov 2020 12:36:10 +0000 Subject: More tests --- tests/test_api.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_api.py b/tests/test_api.py index 685ebe3..4629541 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -13,9 +13,8 @@ def test_request(): "variable": "2t", "product_type": "reanalysis", "date": "2012-12-01", - "time": "14:00", - "format": "netcdf", + "time": "12:00" }, ) - r.download("test.nc") + r.download("test.grib") -- cgit v1.2.3