Merge pull request #10884 from aconsuegra/ac/fix-acceptance-test-repo-default-output

Fix expected error output of `TestRepo/repo-set-default`
This commit is contained in:
William Martin 2025-04-28 14:17:14 +02:00 committed by GitHub
commit 906099c5b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ defer gh repo delete --yes $ORG/$SCRIPT_NAME-$RANDOM_STRING
# Ensure that no default is set
cd $SCRIPT_NAME-$RANDOM_STRING
exec gh repo set-default --view
stderr 'no default repository has been set; use `gh repo set-default` to select one'
stderr 'No default remote repository has been set. To learn more about the default repository, run: gh repo set-default --help'
# Set the default
exec gh repo set-default $ORG/$SCRIPT_NAME-$RANDOM_STRING