Fix some tests (create_fork)

This commit is contained in:
Vincent Jacques
2012-05-04 14:25:18 +02:00
parent 5b1bfe7c39
commit e91c7a7fd5
5 changed files with 70 additions and 20 deletions
+1 -1
View File
@@ -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
)