Skip to content

Commit

Permalink
r/iothub_dps: fixing the test
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Feb 17, 2020
1 parent 0476eba commit 5c6975b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestAccAzureRMIotHubDPS_requiresImport(t *testing.T) {
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { acceptance.PreCheck(t) },
Providers: acceptance.SupportedProviders,
CheckDestroy: testCheckAzureRMIotDPSDestroy,
CheckDestroy: testCheckAzureRMIotHubDPSDestroy,
Steps: []resource.TestStep{
{
Config: testAccAzureRMIotHubDPS_basic(data),
Expand All @@ -68,7 +68,7 @@ func TestAccAzureRMIotHubDPS_update(t *testing.T) {
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { acceptance.PreCheck(t) },
Providers: acceptance.SupportedProviders,
CheckDestroy: testCheckAzureRMIotDPSDestroy,
CheckDestroy: testCheckAzureRMIotHubDPSDestroy,
Steps: []resource.TestStep{
{
Config: testAccAzureRMIotHubDPS_basic(data),
Expand Down

0 comments on commit 5c6975b

Please sign in to comment.