Skip to content

Commit

Permalink
Linting (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Aug 31, 2022
1 parent 63d9459 commit 8dc0769
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/provider/resource_password_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,10 +508,11 @@ func TestAccResourcePassword_Min(t *testing.T) {

// TestAccResourcePassword_UpgradeFromVersion2_2_1 requires that you are running an amd64 Terraform binary
// if you are running this test locally on arm64 architecture otherwise you will see the following error:
// Error: Incompatible provider version
//
// Provider registry.terraform.io/hashicorp/random v2.2.1 does not have a
// package available for your current platform ...
// Error: Incompatible provider version
//
// Provider registry.terraform.io/hashicorp/random v2.2.1 does not have a
// package available for your current platform ...
//
// TestAccResourcePassword_UpgradeFromVersion2_2_1 verifies behaviour when upgrading state from schema V0 to V2.
func TestAccResourcePassword_UpgradeFromVersion2_2_1(t *testing.T) {
Expand Down

0 comments on commit 8dc0769

Please sign in to comment.