Skip to content

Commit

Permalink
Remove not needed pre config
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Apr 30, 2024
1 parent 2876ca1 commit 95cb53f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ func TestAcc_UserPasswordPolicyAttachment(t *testing.T) {
Steps: []resource.TestStep{
// CREATE
{
PreConfig: func() {
acc.TestClient().Warehouse.UseWarehouse(t, acc.TestClient().Ids.WarehouseId())
},
Config: userPasswordPolicyAttachmentConfig(userName, acc.TestDatabaseName, acc.TestSchemaName, passwordPolicyName),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("snowflake_user_password_policy_attachment.ppa", "user_name", userName),
Expand Down

0 comments on commit 95cb53f

Please sign in to comment.