Skip to content

Commit

Permalink
Remove local change
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-psaha committed Jan 8, 2024
1 parent ed907cc commit 51478f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public void before() throws Exception {
conn.createStatement().execute(String.format("use warehouse %s;", TestUtils.getWarehouse()));

Properties props = TestUtils.getProperties(Constants.BdecVersion.THREE, false);
props.setProperty("url", "https://psaha_test.preprod5.us-west-2.aws.snowflakecomputing.com");
if (props.getProperty(ROLE).equals("DEFAULT_ROLE")) {
props.setProperty(ROLE, "ACCOUNTADMIN");
}
Expand Down

0 comments on commit 51478f9

Please sign in to comment.