Skip to content

Commit e521e39

Browse files
authored
Merge pull request #869 from ovh/dev/aamstutz/fix-instance-az
fix ovh_cloud_project_instance 3AZ test
2 parents 0ce5a5c + 36b8bd4 commit e521e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ovh/resource_cloud_project_instance_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ func TestAccCloudProjectInstance_basic(t *testing.T) {
108108

109109
func TestAccCloudProjectInstance3AZ_basic(t *testing.T) {
110110
serviceName := os.Getenv("OVH_CLOUD_PROJECT_SERVICE_TEST")
111-
region := os.Getenv("OVH_CLOUD_PROJECT_REGION_TEST")
112-
az := os.Getenv("OVH_CLOUD_PROJECT_3AZ_REGION_TEST")
111+
region := os.Getenv("OVH_CLOUD_PROJECT_3AZ_REGION_TEST")
112+
az := os.Getenv("OVH_CLOUD_PROJECT_AVAILABILITY_ZONE_TEST")
113113
flavor, image, err := getFlavorAndImage(serviceName, region)
114114
if err != nil {
115115
t.Fatalf("failed to retrieve a flavor and an image: %s", err)

0 commit comments

Comments
 (0)