From 77a2e993421d545eefb14fd9d05378d9db62b286 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 21 Apr 2022 09:47:15 -0400 Subject: [PATCH] Update `test_parse_api_url[DANDI:000027]` --- dandi/tests/test_dandiarchive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dandi/tests/test_dandiarchive.py b/dandi/tests/test_dandiarchive.py index a3292598a..8a227e029 100644 --- a/dandi/tests/test_dandiarchive.py +++ b/dandi/tests/test_dandiarchive.py @@ -108,7 +108,7 @@ DandisetURL( api_url=known_instances["dandi"].api, dandiset_id="000027", - version_id="draft", # TODO: why not None? + version_id=None, ), marks=mark.skipif_no_network, ),