Skip to content

Commit

Permalink
TestAccResourceProviderRegistration_requiresImport: switching the RP …
Browse files Browse the repository at this point in the history
…to one which doesn't require extra T&C's
  • Loading branch information
tombuildsstuff committed Nov 17, 2021
1 parent 6a5195e commit 9da5d1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ func TestAccResourceProviderRegistration_requiresImport(t *testing.T) {
r := ResourceProviderRegistrationResource{}
data.ResourceTest(t, r, []acceptance.TestStep{
{
Config: r.basic("Wandisco.Fusion"),
Config: r.basic("Microsoft.Marketplace"),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).ExistsInAzure(r),
),
},
data.RequiresImportErrorStep(func(data acceptance.TestData) string {
return r.requiresImport("Wandisco.Fusion")
return r.requiresImport("Microsoft.Marketplace")
}),
})
}
Expand Down

0 comments on commit 9da5d1c

Please sign in to comment.