mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Test AuthenticatedUser.create_repo (requires manual edition of generated code)
This commit is contained in:
@@ -250,7 +250,7 @@ class AuthenticatedUser( object ):
|
||||
post_parameters[ "team_id" ] = team_id
|
||||
status, headers, data = self.__requester.request(
|
||||
"POST",
|
||||
str( self.url ) + "/repos",
|
||||
"https://api.github.com/user" + "/repos",
|
||||
None,
|
||||
post_parameters
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user