mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Improve test coverage
This commit is contained in:
@@ -576,7 +576,7 @@ class Repository( object ):
|
||||
def get_git_refs( self ):
|
||||
status, headers, data = self.__requester.request(
|
||||
"GET",
|
||||
str( self.url ) + "/git",
|
||||
str( self.url ) + "/git/refs",
|
||||
None,
|
||||
None
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user