Skip to content

Commit fc5aa2b

Browse files
committed
fix the good test
1 parent 66d31da commit fc5aa2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_int_geosys.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ def test_get_zarc_analytics(self):
288288
assert dataset.keys()[-1] == 'Schema.Id'
289289
assert dataset.values[0][-1] == 'ZARC'
290290

291-
@pytest.mark.skip(reason="soucis SSL dans github")
292291
def test_get_mr_time_series(self):
293292
result:str = self.client.get_mr_time_series(
294293
start_date="2020-10-09",
@@ -306,7 +305,9 @@ def test_get_mr_time_series(self):
306305
assert result.startswith('s3://geosys-geosys-us/2tKecZgMyEP6EkddLxa1gV')
307306
assert '/mrts/' in result
308307

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):
310311
result = self.client.get_farm_info_from_location(
311312
latitude="-15.01402",
312313
longitude="-50.7717"

0 commit comments

Comments
 (0)