Merge pull request #13187 from cli/sammorrowdrums/fix-skills-acceptance-test
Fix skills-publish-dry-run acceptance test error message mismatch
This commit is contained in:
commit
a69a5fb2a4
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