Skip to content

Commit

Permalink
test: fix end-to-end test on product types discovery with earth_search
Browse files Browse the repository at this point in the history
  • Loading branch information
anesson-cs committed Jun 25, 2024
1 parent 722776d commit 13946da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,20 +701,20 @@ def test_end_to_end_discover_product_types_earth_search(self):
provider = "earth_search"
ext_product_types_conf = self.eodag.discover_product_types(provider=provider)
self.assertEqual(
"sentinel-s2-l1c",
ext_product_types_conf[provider]["providers_config"]["sentinel-s2-l1c"][
"sentinel-2-l1c",
ext_product_types_conf[provider]["providers_config"]["sentinel-2-l1c"][
"productType"
],
)
self.assertEqual(
"Sentinel 2 L1C",
ext_product_types_conf[provider]["product_types_config"]["sentinel-s2-l1c"][
"Sentinel-2 Level-1C",
ext_product_types_conf[provider]["product_types_config"]["sentinel-2-l1c"][
"title"
],
)
self.assertEqual(
"proprietary",
ext_product_types_conf[provider]["product_types_config"]["sentinel-s2-l1c"][
ext_product_types_conf[provider]["product_types_config"]["sentinel-2-l1c"][
"license"
],
)
Expand Down

0 comments on commit 13946da

Please sign in to comment.