Skip to content

Commit

Permalink
Fix acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed May 23, 2024
1 parent 50cbe3c commit c39ca6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion outscale/data_source_outscale_snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestAccOthers_SnapshotDataSource_basic(t *testing.T) {
Config: testAccCheckOutscaleSnapshotDataSourceConfig(utils.GetRegion()),
Check: resource.ComposeTestCheckFunc(
testAccCheckOutscaleSnapshotDataSourceID("data.outscale_snapshot.snapshot_test"),
resource.TestCheckResourceAttr("data.outscale_snapshot.snapshot", "volume_size", "1"),
resource.TestCheckResourceAttr("data.outscale_snapshot.snapshot_test", "volume_size", "1"),
),
},
},
Expand Down
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 c39ca6b

Please sign in to comment.