Skip to content

Commit

Permalink
Updated oracle version
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed May 23, 2024
1 parent 599faf4 commit 7c2939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/rds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestGetRecommendedRdsInstanceTypeErrors(t *testing.T) {
name: "No instance type available for engine",
region: "us-east-1",
databaseEngine: "oracle-ee",
databaseEngineVersion: "19.0.0.0.ru-2021-01.rur-2021-01.r1",
databaseEngineVersion: "21.0.0.0.ru-2023-07.rur-2023-07.r1",
instanceTypes: []string{"db.r5a.large"},
},
{
Expand Down

0 comments on commit 7c2939e

Please sign in to comment.