Skip to content

Commit

Permalink
[SNOW-892541] Remove references to sfcdev1 (#1493)
Browse files Browse the repository at this point in the history
* asdf

* [SNOW-892541] Remove references to sfcdev1
  • Loading branch information
sfc-gh-skumbham authored Oct 12, 2023
1 parent e14dea1 commit 0a56db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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 0a56db3

Please sign in to comment.