From 10d076e7bd9625840d8a4e1cab8a49d986c415ea Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 17 Nov 2023 11:51:53 -0500 Subject: [PATCH] Minor fix for an occasional typo in a comment introduced recently --- dandi/tests/test_download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dandi/tests/test_download.py b/dandi/tests/test_download.py index 492dae3d8..c72ef4a6d 100644 --- a/dandi/tests/test_download.py +++ b/dandi/tests/test_download.py @@ -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",