File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/com/aspose/cloud/cells/api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,18 +63,18 @@ public static String GetGrantType() {
6363 }
6464
6565 public static String GetClientId () {
66- return System .getenv ("CellsCloudTestClientId " );
66+ return System .getenv ("CellsCloudClientId " );
6767 }
6868
6969 public static String GetClientSecret () {
70- return System .getenv ("CellsCloudTestClientSecret " );
70+ return System .getenv ("CellsCloudClientSecret " );
7171 }
7272
7373 public static String GetAPIVersion () {
7474 return "v3.0" ;
7575 }
7676 public static String GetBaseUrl () {
77- String apiUrl = System .getenv ("CellsCloudTestApiBaseUrl " );
77+ String apiUrl = System .getenv ("CellsCloudApiBaseUrl " );
7878 if ( apiUrl ==null || apiUrl .isEmpty ()){
7979 return "https://api-qa.aspose.cloud" ;
8080 }
You can’t perform that action at this time.
0 commit comments