Skip to content

Commit

Permalink
instance type update
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed May 23, 2024
1 parent 7b047ad commit b8a4f98
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: "21.0.0.0.ru-2023-07.rur-2023-07.r1",
databaseEngineVersion: "19.0.0.0.ru-2024-04.rur-2024-04.r1",
instanceTypes: []string{"db.r5a.large"},
},
{
Expand Down

0 comments on commit b8a4f98

Please sign in to comment.