Skip to content

Commit

Permalink
azurerm_container_app_environment: removing redundant acc test (hashi…
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 authored Feb 7, 2024
1 parent 253530f commit c1367b1
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,28 +109,6 @@ func TestAccContainerAppEnvironment_updateWorkloadProfile(t *testing.T) {
})
}

func TestAccContainerAppEnvironment_completeUpdate(t *testing.T) {
data := acceptance.BuildTestData(t, "azurerm_container_app_environment", "test")
r := ContainerAppEnvironmentResource{}

data.ResourceTest(t, r, []acceptance.TestStep{
{
Config: r.complete(data),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).ExistsInAzure(r),
),
},
data.ImportStep("log_analytics_workspace_id"),
{
Config: r.completeUpdate(data),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).ExistsInAzure(r),
),
},
data.ImportStep("log_analytics_workspace_id"),
})
}

func TestAccContainerAppEnvironment_daprApplicationInsightsConnectionString(t *testing.T) {
data := acceptance.BuildTestData(t, "azurerm_container_app_environment", "test")
r := ContainerAppEnvironmentResource{}
Expand Down

0 comments on commit c1367b1

Please sign in to comment.