Skip to content

Commit

Permalink
provider/azure: Fix destroy check in acctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jen20 committed Feb 3, 2016
1 parent cd78db3 commit 316d473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/azure/resource_azure_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 316d473

Please sign in to comment.