Skip to content

Commit

Permalink
Update internal/services/oracle/db_system_shapes_data_source_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: stephybun <steph@hashicorp.com>
  • Loading branch information
eelhomsi and stephybun authored Oct 24, 2024
1 parent 6559945 commit a3e40c3
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions internal/services/oracle/db_system_shapes_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,12 @@ func TestDbSystemShapesDataSource_basic(t *testing.T) {

func (d DbSystemShapesDataSource) basic() string {
return fmt.Sprintf(`
%s
provider "azurerm" {
features {}
}
data "azurerm_oracle_db_system_shapes" "test" {
location = "eastus"
}
`, d.template())
}

func (d DbSystemShapesDataSource) template() string {
return `
data "azurerm_client_config" "current" {}
`
`)
}

0 comments on commit a3e40c3

Please sign in to comment.