Skip to content

Commit b51b4e2

Browse files
committed
ATP-D test update for maintainance window details
1 parent 8a0d94c commit b51b4e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

oci/database_autonomous_database_resource_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ func TestResourceDatabaseAutonomousDatabaseDedicated(t *testing.T) {
215215
"source",
216216
"source_id",
217217
"lifecycle_details",
218+
"is_auto_scaling_enabled",
218219
},
219220
ResourceName: resourceName,
220221
},

oci/database_autonomous_exadata_infrastructure_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var (
5454
autonomousExadataInfrastructureMaintenanceWindowDetailsRepresentation = map[string]interface{}{
5555
"preference": Representation{repType: Required, create: `NO_PREFERENCE`, update: `CUSTOM_PREFERENCE`},
5656
"days_of_week": RepresentationGroup{Optional, autonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekRepresentation},
57-
"hours_of_day": Representation{repType: Optional, create: []string{`1`}, update: []string{`2`}},
57+
"hours_of_day": Representation{repType: Optional, create: []string{`4`}, update: []string{`8`}},
5858
"months": RepresentationGroup{Optional, autonomousExadataInfrastructureMaintenanceWindowDetailsMonthsRepresentation},
5959
"weeks_of_month": Representation{repType: Optional, create: []string{`1`}, update: []string{`2`}},
6060
}

0 commit comments

Comments
 (0)