Skip to content

Commit 63d842f

Browse files
committed
20201104 update 1: fixs test case
1 parent b2b90aa commit 63d842f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func NewBaseTest() *BaseTest {
5959
localTestDataFolder: "TestData/",
6060
TestNumber: 0,
6161
// Get App key and App SID from https://aspose.cloud
62-
CellsAPI: NewCellsApiService("91A2FD07-BBA1-4B32-9112-ABFB1FE8AEBD", "0fbf678c5ecabdb5caca48452a736dd0", "https://api-qa.aspose.cloud", "v3.0"),
62+
CellsAPI: NewCellsApiService("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "https://api-qa.aspose.cloud", "v3.0"),
6363
}
6464
return bt
6565
}

0 commit comments

Comments
 (0)