Skip to content

Commit

Permalink
Fix breadbox shim associations test
Browse files Browse the repository at this point in the history
The slice ID was not realistic (it was created at a time when I didn't understand the slice ID format)
  • Loading branch information
snwessel committed Jan 2, 2025
1 parent 7e3f9d6 commit 8d0330b
Showing 1 changed file with 1 addition and 1 deletion.
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/someDatasetId/someFeatureId"}
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 8d0330b

Please sign in to comment.