Skip to content

Commit f607cb6

Browse files
committed
20201104 update 1: fixs test case
1 parent a3285da commit f607cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/AuthUtil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414

1515
grantType = "client_credentials"
16-
clientId = "91A2FD07-BBA1-4B32-9112-ABFB1FE8AEBD"
17-
clientSecret = "0fbf678c5ecabdb5caca48452a736dd0"
16+
clientId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx"
17+
clientSecret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
1818
def GetBaseUrl():
1919
return 'https://api-qa.aspose.cloud';
2020
def GetAPPSID():

0 commit comments

Comments
 (0)