Skip to content

Commit 07c4779

Browse files
Merge pull request #9 from kaferi/master
Fix BasePath
2 parents 69ef3c0 + 5f08abf commit 07c4779

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
@@ -55,7 +55,7 @@ func NewBaseTest() *BaseTest {
5555
localTestDataFolder: "test_data",
5656
TestNumber: 0,
5757
// Get App key and App SID from https://aspose.cloud
58-
PdfAPI: NewPdfApiService("AppSid", "AppKey", "https://billing.cloud.saltov.dynabic.com/v2.0"),
58+
PdfAPI: NewPdfApiService("AppSid", "AppKey", "https://api-qa.aspose.cloud/v3.0"),
5959
}
6060
return bt
6161
}

0 commit comments

Comments
 (0)