Skip to content

Commit

Permalink
Fix test_other
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed May 22, 2024
1 parent 3c86598 commit 80247a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outscale/resource_outscale_access_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func TestAccOthers_AccessKey_updatedToInactivedKey(t *testing.T) {
}

func TestAccOthers_AccessKey_updatedToActivedKey(t *testing.T) {
resourceName := "outscale_access_key.outscale_access_key"
resourceName := "outscale_access_key.update_access_key"

state := "INACTIVE"
stateUpdated := "ACTIVE"
Expand Down

0 comments on commit 80247a7

Please sign in to comment.