Skip to content

Commit 3b2f6a2

Browse files
authored
Merge pull request #1017 from ovh/dev/aamstutz/fix-instance-ds-test
fix: Use the right env var for instance ID in TestAccDataSourceCloudProjectInstance_basic
2 parents 1a65503 + 6a13f46 commit 3b2f6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/data_cloud_project_instance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func TestAccDataSourceCloudProjectInstance_basic(t *testing.T) {
1818
`,
1919
os.Getenv("OVH_CLOUD_PROJECT_SERVICE_TEST"),
2020
os.Getenv("OVH_CLOUD_PROJECT_REGION_TEST"),
21-
os.Getenv("OVH_CLOUD_PROJECT_INSTANCE_ID_TEST"),
21+
os.Getenv("OVH_CLOUD_PROJECT_INSTANCE_TEST"),
2222
)
2323

2424
resource.Test(t, resource.TestCase{

0 commit comments

Comments
 (0)