mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Prepare version 1.9.0
This commit is contained in:
@@ -32,7 +32,7 @@ class Authentication(Framework.BasicTestCase):
|
||||
|
||||
# Warning: I don't have a scret key, so the requests for this test are forged
|
||||
def testSecretKeyAuthentication(self):
|
||||
g = github.Github(client_id=self.client_id,client_secret=self.client_secret)
|
||||
g = github.Github(client_id=self.client_id, client_secret=self.client_secret)
|
||||
self.assertListKeyEqual(g.get_organization("BeaverSoftware").get_repos("public"), lambda r: r.name, ["FatherBeaver", "PyGithub"])
|
||||
|
||||
def testUserAgent(self):
|
||||
|
||||
Reference in New Issue
Block a user