Skip to content

Commit

Permalink
Update internal/services/oracle/gi_versions_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 48eafdb commit edc1298
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions internal/services/oracle/gi_versions_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,12 @@ func TestGiVersionsDataSource_basic(t *testing.T) {

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

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

0 comments on commit edc1298

Please sign in to comment.