File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ https://github.com/.
6161
6262 >>> from github2.client import Github
6363 >>> github = Github(username = " modocache" , api_token = " ......." ,
64- ... github_url= " http://git.gree-dev.net /" )
64+ ... github_url= " http://your-github-enterprise-url.com /" )
6565
6666.. _OAuth service : http://develop.github.com/p/oauth.html
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ def test_default_host(self):
2828 assert_equals (client .request .github_url , 'https://github.com' )
2929
3030 def test_non_standard_host (self ):
31- client = Github (github_url = "http://git.gree-dev.net /" )
32- assert_equals (client .request .github_url , 'http://git.gree-dev.net /' )
31+ client = Github (github_url = "http://your-github-enterprise-url.com /" )
32+ assert_equals (client .request .github_url , 'http://your-github-enterprise-url.com /' )
3333
3434
3535class RateLimits (utils .HttpMockTestCase ):
You can’t perform that action at this time.
0 commit comments