Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Aug 23, 2023
1 parent 0445a95 commit 5c52f46
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@ func TestAccVirtualHubConnection_updateRoutingConfiguration(t *testing.T) {
nameSuffix := randString()

data.ResourceTest(t, r, []acceptance.TestStep{
//{
// Config: r.withRoutingConfiguration(data),
// Check: acceptance.ComposeTestCheckFunc(
// check.That(data.ResourceName).ExistsInAzure(r),
// ),
//},
{
Config: r.withRoutingConfiguration(data),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).ExistsInAzure(r),
),
},
{
Config: r.updateRoutingConfiguration(data, nameSuffix),
Check: acceptance.ComposeTestCheckFunc(
Expand Down

0 comments on commit 5c52f46

Please sign in to comment.