Skip to content

Commit

Permalink
test: fix end-to-end test for search by id
Browse files Browse the repository at this point in the history
  • Loading branch information
anesson-cs committed Jun 25, 2024
1 parent 1e0e577 commit 722776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def test__search_by_id_creodias(self):
uid = "S2A_MSIL1C_20200810T030551_N0209_R075_T53WPU_20200810T050611"
provider = "creodias"

products, _ = self.eodag._search_by_id(
products = self.eodag._search_by_id(
uid=uid, provider=provider, productType="S2_MSI_L1C"
)
product = products[0]
Expand Down

0 comments on commit 722776d

Please sign in to comment.