Skip to content

Commit

Permalink
chore: remove irrelevant options from fake response (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjf3121 authored Jan 15, 2025
1 parent 8a72ed2 commit 9642cbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/cloudsdk/fake/fake.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ var availableMetaStore = &apigen_mgmt.AvailableMetaStore{
Nodes: availableComponentTypes,
MaximumSizeGiB: 20,
},
Postgresql: &apigen_mgmt.AvailableMetaStorePostgreSql{
Nodes: availableComponentTypes,
},
}

func (acc *FakeCloudClient) GetTiers(ctx context.Context, _ string) ([]apigen_mgmt.Tier, error) {
Expand Down

0 comments on commit 9642cbf

Please sign in to comment.