mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Fix testDownloads (get_element)
This commit is contained in:
@@ -68,7 +68,7 @@ class Commit( object ):
|
||||
post_parameters[ "position" ] = position
|
||||
status, headers, data = self.__requester.request(
|
||||
"POST",
|
||||
self.url + "/comments",
|
||||
str( self.url ) + "/comments",
|
||||
None,
|
||||
post_parameters
|
||||
)
|
||||
@@ -77,7 +77,7 @@ class Commit( object ):
|
||||
def get_comments( self ):
|
||||
status, headers, data = self.__requester.request(
|
||||
"GET",
|
||||
self.url + "/comments",
|
||||
str( self.url ) + "/comments",
|
||||
None,
|
||||
None
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user