Skip to content

Commit e692a95

Browse files
committed
GH-214, fix failing tests.
1 parent c00da93 commit e692a95

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pkg/project/resource/resource_project_environment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func TestAccProjectEnvironment_UpgradeFromSDKv2(t *testing.T) {
6565
{
6666
ProtoV6ProviderFactories: acctest.ProtoV6ProviderFactories,
6767
Config: config,
68-
PlanOnly: true,
68+
PlanOnly: false,
6969
ConfigPlanChecks: testutil.ConfigPlanChecks(fqrn),
7070
},
7171
},

pkg/project/resource/resource_project_group_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func TestAccProjectGroup_UpgradeFromSDKv2(t *testing.T) {
8080
},
8181
ProtoV6ProviderFactories: acctest.ProtoV6ProviderFactories,
8282
Config: config,
83-
PlanOnly: true,
83+
PlanOnly: false,
8484
ConfigPlanChecks: testutil.ConfigPlanChecks(fqrn),
8585
},
8686
},

pkg/project/resource/resource_project_repository_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func TestAccProjectRepository_UpgradeFromSDKv2(t *testing.T) {
9696
},
9797
ProtoV6ProviderFactories: acctest.ProtoV6ProviderFactories,
9898
Config: config,
99-
PlanOnly: true,
99+
PlanOnly: false,
100100
ConfigPlanChecks: testutil.ConfigPlanChecks(fqrn),
101101
},
102102
},

pkg/project/resource/resource_project_role_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func TestAccProjectRole_UpgradeFromSDKv2(t *testing.T) {
7575
{
7676
ProtoV6ProviderFactories: acctest.ProtoV6ProviderFactories,
7777
Config: config,
78-
PlanOnly: true,
78+
PlanOnly: false,
7979
ConfigPlanChecks: testutil.ConfigPlanChecks(fqrn),
8080
},
8181
},

pkg/project/resource/resource_project_user_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func TestAccProjectUser_UpgradeFromSDKv2(t *testing.T) {
9595
},
9696
},
9797
Config: config,
98-
PlanOnly: true,
98+
PlanOnly: false,
9999
ConfigPlanChecks: testutil.ConfigPlanChecks(fqrn),
100100
},
101101
},

0 commit comments

Comments
 (0)