Skip to content

Commit

Permalink
Ensure that URI parsing test unquotes
Browse files Browse the repository at this point in the history
The %2F becomes a /
  • Loading branch information
timj committed Dec 5, 2024
1 parent 3cd5774 commit 85c3545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_simpleButler.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ def test_dataset_uris(self):

for dataset_uri in (
f"ivo://org.rubinobs/usdac/test?repo={config_dir}&id={ref.id}",
f"ivo://org.rubinobs/ukdac/lsst-dr1?repo={config_dir}/butler.yaml&id={ref.id}",
f"ivo://org.rubinobs/ukdac/lsst-dr1?repo={config_dir}%2Fbutler.yaml&id={ref.id}",
f"butler://{label}/{ref.id}",
f"ivo://org.rubinobs/usdac/lsst-dp1?repo={label}&id={ref.id}",
):
Expand Down

0 comments on commit 85c3545

Please sign in to comment.