Skip to content

Commit 8d467d8

Browse files
committed
wip
1 parent 702f9ce commit 8d467d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/services/account/project_data_source_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest"
99
)
1010

11-
const dummyOrgID = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
11+
const dummyOrgID = "AB7BD9BF-E1BD-41E8-9F1D-F16A2E3F3925"
1212

1313
func TestAccDataSourceProject_Basic(t *testing.T) {
1414
tt := acctest.NewTestTools(t)
@@ -36,7 +36,7 @@ func TestAccDataSourceProject_Basic(t *testing.T) {
3636
name = scaleway_account_project.project.name
3737
organization_id = "%s"
3838
}
39-
39+
4040
data scaleway_account_project "by_id" {
4141
project_id = scaleway_account_project.project.id
4242
}`, orgID),

0 commit comments

Comments
 (0)