We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0169770 commit fea7e03Copy full SHA for fea7e03
dandi/tests/test_helptext.py
@@ -13,7 +13,7 @@ def get_helptext(command):
13
14
def test_resource_identifier_helptext():
15
# The \n chars must be included for correct rendering
16
- correct = "Accepted resource identifier patterns:\n - DANDI:<dandiset id>[/<version>]\n"
+ correct = "Accepted resource identifier patterns:\n - <INSTANCE>:<dandiset id>[/<version>]\n"
17
18
ls_helptext = get_helptext(['dandi', 'ls'])
19
assert correct in ls_helptext
0 commit comments