File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,6 @@ def test_get_zarc_analytics(self):
288
288
assert dataset .keys ()[- 1 ] == 'Schema.Id'
289
289
assert dataset .values [0 ][- 1 ] == 'ZARC'
290
290
291
- @pytest .mark .skip (reason = "soucis SSL dans github" )
292
291
def test_get_mr_time_series (self ):
293
292
result :str = self .client .get_mr_time_series (
294
293
start_date = "2020-10-09" ,
@@ -306,7 +305,9 @@ def test_get_mr_time_series(self):
306
305
assert result .startswith ('s3://geosys-geosys-us/2tKecZgMyEP6EkddLxa1gV' )
307
306
assert '/mrts/' in result
308
307
309
- def test_get_mr_time_series (self ):
308
+
309
+ @pytest .mark .skip (reason = "soucis SSL dans github" )
310
+ def test_get_farm_info_from_location (self ):
310
311
result = self .client .get_farm_info_from_location (
311
312
latitude = "-15.01402" ,
312
313
longitude = "-50.7717"
You can’t perform that action at this time.
0 commit comments