Skip to content

Commit

Permalink
Minor fix for an occasional typo in a comment introduced recently
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 17, 2023
1 parent 39c70ea commit 10d076e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_download_000027_metadata_only(url: str, tmp_path: Path) -> None:
@mark.skipif_no_network
@pytest.mark.parametrize(
"url",
[ # Should go through AP
[ # Should go through API
"https://dandiarchive.org/dandiset/000027/0.210831.2033",
# Drafts do not go through API ATM, but that should not be visible to user
"https://dandiarchive.org/dandiset/000027/draft",
Expand Down

0 comments on commit 10d076e

Please sign in to comment.