mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/azure: Fix destroy check in acctest
This commit is contained in:
parent
cd78db31b7
commit
316d4734ee
@ -54,7 +54,7 @@ func TestAccAzureInstance_separateHostedService(t *testing.T) {
|
||||
resource.Test(t, resource.TestCase{
|
||||
PreCheck: func() { testAccPreCheck(t) },
|
||||
Providers: testAccProviders,
|
||||
CheckDestroy: testAccCheckAzureInstanceDestroyed(testAccHostedServiceName),
|
||||
CheckDestroy: testAccCheckAzureInstanceDestroyed(hostedServiceName),
|
||||
Steps: []resource.TestStep{
|
||||
resource.TestStep{
|
||||
Config: config,
|
||||
|
Loading…
Reference in New Issue
Block a user