mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Fix testIssuesForAuthenticatedUser
This commit is contained in:
@@ -371,7 +371,7 @@ class AuthenticatedUser( object ):
|
||||
def get_issues( self ):
|
||||
status, headers, data = self.__requester.request(
|
||||
"GET",
|
||||
str( self.url ) + "/issues",
|
||||
"https://api.github.com/issues",
|
||||
None,
|
||||
None
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user