Skip to content

Commit

Permalink
Temporary change to debug test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tapadipti authored Oct 16, 2023
1 parent 62b9988 commit 3aa3fde
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!"
" Value must be of len >= 2 and must start and end with a letter or a number.\n",
)

Expand Down

0 comments on commit 3aa3fde

Please sign in to comment.