Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit ac8a1fc

Browse files
authored
Updated oauth url
1 parent b5e739a commit ac8a1fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hellosign_sdk/tests/unit_tests/test_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_get_https(self):
5959
self.assertEquals(isinstance(response, dict), True)
6060

6161
try:
62-
response = request.get(url='https://www.hellosign.com/oauth/token',
62+
response = request.get(url='https://app.hellosign.com/oauth/token',
6363
get_json=True)
6464
except BadRequest as e:
6565
self.assertEquals('400 error' in str(e), True)

0 commit comments

Comments
 (0)