Skip to content

Commit

Permalink
Added missing change
Browse files Browse the repository at this point in the history
  • Loading branch information
tapadipti committed Oct 16, 2023
1 parent 673a657 commit 3fb7676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def test_deprecate_artifact(repo_with_commit: str):
"deprecate",
["-r", repo_with_commit, "a4!"],
"❌ Invalid value 'a4!'."
" Only letters, numbers, '_', '-', '/' are allowed."
" Only letters, numbers, '_', '-', '/' are allowed.\n"
" Value must be of len >= 2 and must start and end with a letter or a number.\n",
)

Expand Down

0 comments on commit 3fb7676

Please sign in to comment.