Skip to content

Commit

Permalink
Validate reverse overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
aristosvo committed Jul 27, 2023
1 parent 036f15e commit 496847e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,13 @@ func TestAccKubernetesCluster_networkPluginModeUpdate(t *testing.T) {
),
},
data.ImportStep(),
{
Config: r.networkPluginBase(data),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).ExistsInAzure(r),
),
},
data.ImportStep(),
})
}

Expand Down

0 comments on commit 496847e

Please sign in to comment.