File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Aspose.Cells.Cloud.SDK.Test/Infrastructure Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,25 +35,25 @@ public class CellsTestCommon
3535 {
3636 private string BaseUri
3737 {
38- get { return Environment . GetEnvironmentVariable ( "CellsCloudApiBaseUrl " ) ; }
38+ get { return Environment . GetEnvironmentVariable ( "CellsCloudTestApiBaseUrl " ) ; }
3939 }
4040
4141 private string ApiVersion
4242 {
4343 get
4444 {
45- string apiVersion = Environment . GetEnvironmentVariable ( "CellsCloudApiBaseUrl " ) ;
45+ string apiVersion = Environment . GetEnvironmentVariable ( "CellsCloudTestApiBaseUrl " ) ;
4646 return string . IsNullOrEmpty ( apiVersion ) ? apiVersion : "v3.0" ;
4747 }
4848 }
4949
5050 private string ClientId
5151 {
52- get { return Environment . GetEnvironmentVariable ( "CellsCloudClientId " ) ; }
52+ get { return Environment . GetEnvironmentVariable ( "CellsCloudTestClientId " ) ; }
5353 }
5454 private string ClientSecret
5555 {
56- get { return Environment . GetEnvironmentVariable ( "CellsCloudClientSecret " ) ; }
56+ get { return Environment . GetEnvironmentVariable ( "CellsCloudTestClientSecret " ) ; }
5757 }
5858
5959 protected const string ProductName = "Cells" ;
You can’t perform that action at this time.
0 commit comments