Skip to content

Commit

Permalink
Fix TestAccResourceBytes_ImportWithoutKeepersThenUpdateShouldNotTrigg…
Browse files Browse the repository at this point in the history
…erChange that was not failing when it should be
  • Loading branch information
Socolin committed Mar 13, 2023
1 parent 396e4ef commit a528090
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/provider/resource_bytes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,10 @@ func TestAccResourceBytes_ImportWithoutKeepersThenUpdateShouldNotTriggerChange(t
),
},
{
ResourceName: "random_bytes.basic",
Config: `resource "random_bytes" "basic" {
length = 32
}`,
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("random_bytes.basic", "result_base64", "hkvbcU5f8qGysTFhkI4gzf3yRWC1jXW3aRLCNQFOtNw="),
),
PlanOnly: true,
},
},
})
Expand Down

0 comments on commit a528090

Please sign in to comment.