Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai committed Sep 19, 2023
1 parent 41f3c1b commit c5a5289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/services/mssql/mssql_elasticpool_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func TestAccMsSqlElasticPool_vCoreToStandardDTU(t *testing.T) {

data.ResourceTest(t, r, []acceptance.TestStep{
{
Config: r.no_licenseType(data),
Config: r.noLicenseType(data),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).ExistsInAzure(r),
),
Expand Down Expand Up @@ -624,7 +624,7 @@ resource "azurerm_mssql_elasticpool" "test" {
`, data.RandomInteger, data.Locations.Primary, skuName, skuTier, skuCapacity, skuFamily, databaseSettingsMin, databaseSettingsMax)
}

func (MsSqlElasticPoolResource) no_licenseType(data acceptance.TestData) string {
func (MsSqlElasticPoolResource) noLicenseType(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {}
Expand Down

0 comments on commit c5a5289

Please sign in to comment.