mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Fix some tests (create_fork)
This commit is contained in:
@@ -183,7 +183,7 @@ class AuthenticatedUser( object ):
|
||||
def create_fork( self, repo ):
|
||||
status, headers, data = self.__requester.request(
|
||||
"POST",
|
||||
"/repos/" + repo.owner.login + "/" + repo.name + "/forks",
|
||||
"https://api.github.com/repos/" + repo.owner.login + "/" + repo.name + "/forks",
|
||||
None,
|
||||
None
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user