mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Fix testRepositoryCompare
This commit is contained in:
@@ -197,7 +197,13 @@ class Repository( object ):
|
||||
)
|
||||
|
||||
def compare( self, base, head ):
|
||||
pass
|
||||
status, headers, data = self.__requester.request(
|
||||
"GET",
|
||||
str( self.url ) + "/compare/" + str( base ) + "..." + str( head ),
|
||||
None,
|
||||
None
|
||||
)
|
||||
return data
|
||||
|
||||
def create_download( self, name, size, description = DefaultValueForOptionalParameters, content_type = DefaultValueForOptionalParameters ):
|
||||
post_parameters = {
|
||||
|
||||
Reference in New Issue
Block a user