diff --git a/portal-backend/depmap/breadbox_shim/breadbox_shim.py b/portal-backend/depmap/breadbox_shim/breadbox_shim.py index 59959d7f..0f218efc 100644 --- a/portal-backend/depmap/breadbox_shim/breadbox_shim.py +++ b/portal-backend/depmap/breadbox_shim/breadbox_shim.py @@ -56,7 +56,7 @@ def __init__( class BreadboxVectorCatalogNodeInfo: - """ TODO: Could remove this. BB datasets don't need to appear in Vector Catalog at this point. + """ Vector Catalog endpoints return a specific dictionary structure for each parent node in the vector catalog tree. This class reflects that same structure and contains some defaults specific to breadbox. diff --git a/portal-backend/tests/depmap/interactive/views/test_get_associations.py b/portal-backend/tests/depmap/interactive/views/test_get_associations.py index e0c76459..a1d84d46 100644 --- a/portal-backend/tests/depmap/interactive/views/test_get_associations.py +++ b/portal-backend/tests/depmap/interactive/views/test_get_associations.py @@ -71,7 +71,7 @@ def test_get_breadbox_associations(empty_db_mock_downloads): empty_db_mock_downloads.session.flush() interactive_test_utils.reload_interactive_config() - params = {"x": "breadbox%2F2e99edbc-30a5-445c-baa1-4be22ca8f31f/A2M/label"} + params = {"x": "slice/breadbox%2F2e99edbc-30a5-445c-baa1-4be22ca8f31f/A2M/label"} with empty_db_mock_downloads.app.test_client() as c: r = c.get("/interactive/api/associations?" + urllib.parse.urlencode(params))