mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Fix testDownloads (get_element)
This commit is contained in:
@@ -45,7 +45,7 @@ class GistComment( object ):
|
||||
def delete( self ):
|
||||
status, headers, data = self.__requester.request(
|
||||
"DELETE",
|
||||
self.url,
|
||||
str( self.url ),
|
||||
None,
|
||||
None
|
||||
)
|
||||
@@ -56,7 +56,7 @@ class GistComment( object ):
|
||||
}
|
||||
status, headers, data = self.__requester.request(
|
||||
"PATCH",
|
||||
self.url,
|
||||
str( self.url ),
|
||||
None,
|
||||
post_parameters
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user