@@ -47,6 +47,7 @@ func TestCreateProjectSuccessful(t *testing.T) {
HelmValuesEnabled: false,
MultiCluster: false,
EnableReprovision: false,
+ ValidateApplyV2: true,
}
gotProject := &types.CreateProjectResponse{}
@@ -70,7 +70,7 @@ var ProjectFeatureFlags = map[FeatureFlagLabel]bool{
RDSDatabasesEnabled: false,
SimplifiedViewEnabled: true,
StacksEnabled: false,
- ValidateApplyV2: false,
type ProjectPlan string