Skip to content

Commit

Permalink
Don't send a PATCH request to a real repo while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Feb 3, 2024
1 parent 2ecc3b2 commit d08afd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/develop/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def update_metadata(self, **kwargs):
See docs for all of them: https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#update-a-repository--parameters
>>> Repo('jaraco/dead-parrot').update_metadata(
>>> Repo('jaraco/dead-parrot').update_metadata( # doctest: +SKIP
... description="It's no more",
... homepage='https://youtu.be/4vuW6tQ0218',
... )
Expand Down

0 comments on commit d08afd4

Please sign in to comment.