Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
adapted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioF committed Jul 10, 2020
1 parent 39fc32d commit ac40e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ds/test_esa_cci_odp.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def test_notices(self):
def test_query(self):
data_sources = self.data_store.query()
self.assertIsNotNone(data_sources)
self.assertEqual(len(data_sources), 5)
self.assertEqual(len(data_sources), 4)

@unittest.skipIf(os.environ.get('CATE_DISABLE_WEB_TESTS', None) == '1', 'CATE_DISABLE_WEB_TESTS = 1')
def test_query_web_access(self):
Expand Down Expand Up @@ -346,7 +346,7 @@ def tearDown(self):

def test_make_local_and_update(self):
soil_moisture_data_sources = self.data_store.query(
query_expr='esacci.SOILMOISTURE.day.L3S.SSMS.multi-sensor.multi-platform.ACTIVE.04-5.r1')
query_expr='esacci.OZONE.mon.L3.NP.multi-sensor.multi-platform.MERGED.fv0002.r1')
soilmoisture_data_source = soil_moisture_data_sources[0]

reference_path = os.path.join(os.path.dirname(__file__),
Expand Down

0 comments on commit ac40e54

Please sign in to comment.