File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ future>=0.16.0
33requests >= 2.13.0
44mock >= 2.0.0
55requests_oauthlib >= 1.0.0
6- coverage == 4.0.3
6+ coverage == 4.4
77python-coveralls >= 2.9.0
88pytest >= 3.8.0
99pytest-cov == 2.5.0
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ def test_get_discovery_doc_production(self):
5252 assert discovery_doc ['issuer' ] == 'https://oauth.platform.intuit.com/op/v1'
5353 assert discovery_doc ['userinfo_endpoint' ] == 'https://accounts.platform.intuit.com/v1/openid_connect/userinfo'
5454
55- def test_get_discovery_doc_invalid_input (self ):
56- discovery_doc = get_discovery_doc ('random ' )
55+ def test_get_discovery_doc_custom_url_input (self ):
56+ discovery_doc = get_discovery_doc ('https://developer.intuit.com/.well-known/openid_sandbox_configuration/ ' )
5757
5858 assert discovery_doc ['issuer' ] == 'https://oauth.platform.intuit.com/op/v1'
5959 assert discovery_doc ['userinfo_endpoint' ] == 'https://sandbox-accounts.platform.intuit.com/v1/openid_connect/userinfo'
You can’t perform that action at this time.
0 commit comments