Skip to content

Commit

Permalink
Quick fix for broken catalogs names in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Mar 18, 2022
1 parent f706fc3 commit 6282950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions speasy/webservices/amda/ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ def get_catalog(self, catalog_id: str or AMDACatalogIndex, **kwargs) -> Optional
--------
>>> import speasy as spz
>>> spz.amda.get_catalog("sharedcatalog_0")
<Catalog: choc_MPB_catalogue_MEX>
>>> spz.amda.get_catalog("sharedcatalog_22")
<Catalog: model_regions_plasmas_mms_2019>
"""
return self._impl.dl_catalog(to_xmlid(catalog_id), **kwargs)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_spwc.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def tearDown(self):
"disable_proxy": True
},
{
"product": spz.inventory.data_tree.amda.Catalogs.SharedCatalogs.MARS.choc_MPB_catalogue_MEX
"product": spz.inventory.data_tree.amda.Catalogs.SharedCatalogs.MARS.MEXShockCrossings
},
{
"product": spz.inventory.data_tree.amda.TimeTables.SharedTimeTables.EARTH.Event_list_tail_hall_reconnection_SC1
Expand Down

0 comments on commit 6282950

Please sign in to comment.