Skip to content

Commit

Permalink
Fix 'TestAccRDSEngineVersionDataSource_preferredMajorTargets'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Dec 26, 2024
1 parent 9ac3709 commit e68330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/rds/engine_version_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func TestAccRDSEngineVersionDataSource_preferredMajorTargets(t *testing.T) {
{
Config: testAccEngineVersionDataSourceConfig_preferredMajorTarget(tfrds.InstanceEngineMySQL),
Check: resource.ComposeTestCheckFunc(
resource.TestMatchResourceAttr(dataSourceName, names.AttrVersion, regexache.MustCompile(`^5\.7\.`)),
resource.TestMatchResourceAttr(dataSourceName, names.AttrVersion, regexache.MustCompile(`^8\.0\.`)),
),
},
{
Expand Down

0 comments on commit e68330c

Please sign in to comment.