Skip to content

Commit ec19ac1

Browse files
correct docs
1 parent a6d93f4 commit ec19ac1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

test/helper.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,10 @@
4040

4141
'use strict';
4242
var conf = {
43-
// "basePath":"https://api.aspose.cloud/v3.0",
44-
"basePath":"http://localhost:5000/v3.0",
45-
// "authPath":"https://api.aspose.cloud/connect/token",
46-
"authPath":"https://api-qa.aspose.cloud/connect/token",
47-
// "apiKey":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
48-
// "appSID":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
49-
"apiKey":"html.cloud",
50-
"appSID":"html.cloud",
43+
"basePath":"https://api.aspose.cloud/v3.0",
44+
"authPath":"https://api.aspose.cloud/connect/token",
45+
"apiKey":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
46+
"appSID":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
5147
"testResult":"/testresult/",
5248
"testData":"/testdata/",
5349
"remoteFolder":"HtmlTestDoc",

0 commit comments

Comments
 (0)