Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
furkatgofurov7 committed Jul 17, 2023
1 parent bb3584e commit 44717c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/amazonec2/amazonec2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func TestValidateAwsRegionValid(t *testing.T) {
}

func TestValidateAwsRegionInvalid(t *testing.T) {
regions := []string{"eu-central-2"}
regions := []string{"eu-central-3"}

for _, region := range regions {
_, err := validateAwsRegion(region)
Expand Down

0 comments on commit 44717c4

Please sign in to comment.