fix: update acceptance test to match current error message
The skills-publish-dry-run acceptance test expected 'no skills/ directory found' on stderr, but the actual error message from discovery is 'no skills found in <dir>'. Update the stderr matcher accordingly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
1aa19846d4
commit
08a0c11d77
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Publish dry-run from a directory with no skills/ should fail gracefully
|
||||
! exec gh skill publish --dry-run $WORK
|
||||
stderr 'no skills/ directory found'
|
||||
stderr 'no skills found in'
|
||||
|
||||
# Publish dry-run against a valid skill directory should succeed
|
||||
exec gh skill publish --dry-run $WORK/test-repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue