Skip to content

Commit fea7e03

Browse files
Copilotyarikoptic
andcommitted
Fix test_helptext to expect <INSTANCE>: instead of DANDI:
Co-authored-by: yarikoptic <[email protected]>
1 parent 0169770 commit fea7e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dandi/tests/test_helptext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def get_helptext(command):
1313

1414
def test_resource_identifier_helptext():
1515
# The \n chars must be included for correct rendering
16-
correct = "Accepted resource identifier patterns:\n - DANDI:<dandiset id>[/<version>]\n"
16+
correct = "Accepted resource identifier patterns:\n - <INSTANCE>:<dandiset id>[/<version>]\n"
1717

1818
ls_helptext = get_helptext(['dandi', 'ls'])
1919
assert correct in ls_helptext

0 commit comments

Comments
 (0)