Skip to content

Commit

Permalink
[Test/fix] update database version (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
muneeb-jan authored Sep 17, 2024
1 parent 5bb4781 commit f87feed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance/openstack/rds/v3/flavors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func TestFlavorsList(t *testing.T) {

listOpts := flavors.ListOpts{
DatabaseName: "PostgreSQL",
VersionName: "10",
VersionName: "16",
}

rdsFlavors, err := flavors.ListFlavors(client, listOpts)
Expand All @@ -28,7 +28,7 @@ func TestFlavorsList(t *testing.T) {

storageTypes, err := flavors.ListStorageTypes(client, flavors.ListStorageTypesOpts{
DatabaseName: "PostgreSQL",
VersionName: "12",
VersionName: "16",
})
th.AssertNoErr(t, err)
tools.PrintResource(t, storageTypes)
Expand Down

0 comments on commit f87feed

Please sign in to comment.