Skip to content

Commit b8a4f98

Browse files
committed
instance type update
1 parent 7b047ad commit b8a4f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/aws/rds_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func TestGetRecommendedRdsInstanceTypeErrors(t *testing.T) {
121121
name: "No instance type available for engine",
122122
region: "us-east-1",
123123
databaseEngine: "oracle-ee",
124-
databaseEngineVersion: "21.0.0.0.ru-2023-07.rur-2023-07.r1",
124+
databaseEngineVersion: "19.0.0.0.ru-2024-04.rur-2024-04.r1",
125125
instanceTypes: []string{"db.r5a.large"},
126126
},
127127
{

0 commit comments

Comments
 (0)