Skip to content

Commit

Permalink
Remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snwessel committed Jan 9, 2025
1 parent e97bf33 commit dfb246e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portal-backend/depmap/breadbox_shim/breadbox_shim.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit dfb246e

Please sign in to comment.