Fix testCommentCommit (create_xxx, delete, edit)

This commit is contained in:
Vincent Jacques
2012-05-04 14:11:01 +02:00
parent 229b218ce6
commit 5b1bfe7c39
24 changed files with 1031 additions and 100 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class PullRequest( object ):
post_parameters[ "state" ] = state
status, headers, data = self.__requester.request(
"PATCH",
"https://api.github.com/user",
self.url,
None,
post_parameters
)