Test AuthenticatedUser.create_repo (requires manual edition of generated code)

This commit is contained in:
Vincent Jacques
2012-05-10 20:18:03 +01:00
parent 1a886afbd6
commit 7c4fc487c2
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -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
)