Skip to content

Commit c12e7c4

Browse files
committed
20201104 update 1: fixs test case
1 parent 6ad9928 commit c12e7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Aspose.Cells.Cloud.SDK.Test/Api/CellsBaseTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public class CellsBaseTest
1313
protected ApiClient client;
1414
protected Client.Configuration config;
1515
protected string grantType = "client_credentials";
16-
protected string clientId = "91A2FD07-BBA1-4B32-9112-ABFB1FE8AEBD";
17-
protected string clientSecret = "0fbf678c5ecabdb5caca48452a736dd0";
16+
protected string clientId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx";
17+
protected string clientSecret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
1818
protected static string accesstoken;
1919
protected string refreshtoken;
2020
protected string BOOK1 = "Book1.xlsx";

0 commit comments

Comments
 (0)