Skip to content

Commit

Permalink
[SNOW-892541] Remove references to sfcdev1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-skumbham committed Aug 17, 2023
1 parent 73fa2c3 commit ed28d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/test/java/net/snowflake/client/core/SFTrustManagerIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class SFTrustManagerIT extends BaseJDBCTest {
"sfc-dev1-regression.s3.amazonaws.com",
"sfc-ds2-customer-stage.s3.amazonaws.com",
"snowflake.okta.com",
"sfcdev1.blob.core.windows.net"
"sfcdev2.blob.core.windows.net"
};

private boolean defaultState;
Expand Down Expand Up @@ -112,7 +112,7 @@ public void testOcspWithFileCache() throws Throwable {
}
}

/** OCSP tests for the Snowflake and AWS S3 HTTPS c onnections using the server cache. */
/** OCSP tests for the Snowflake and AWS S3 HTTPS connections using the server cache. */
@Test
public void testOcspWithServerCache() throws Throwable {
System.setProperty(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ abstract class FileUploaderPrepIT extends BaseJDBCTest {
+ " \"location\": \"EXAMPLE_LOCATION/\",\n"
+ " \"path\": \"EXAMPLE_PATH/\",\n"
+ " \"region\": \"westus\",\n"
+ " \"storageAccount\": \"sfcdevstage\",\n"
+ " \"storageAccount\": \"sfcdev2stage\",\n"
+ " \"isClientSideEncrypted\": true,\n"
+ " \"creds\": {\n"
+ " \"AZURE_SAS_TOKEN\": \"EXAMPLE_AZURE_SAS_TOKEN\"\n"
Expand Down

0 comments on commit ed28d8c

Please sign in to comment.