mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Test attributes of GitTree (needs a manual change in url in Repository.get_git_tree)
This commit is contained in:
@@ -594,7 +594,7 @@ class Repository( object ):
|
||||
def get_git_tree( self, sha, recursive = DefaultValueForOptionalParameters ):
|
||||
status, headers, data = self.__requester.request(
|
||||
"GET",
|
||||
str( self.url ) + "/git_trees" + "/" + str( sha ),
|
||||
str( self.url ) + "/git/trees" + "/" + str( sha ),
|
||||
None,
|
||||
None
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user