Skip to content

Commit

Permalink
remove expectError step (#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
maastha authored Nov 20, 2024
1 parent 261a3a4 commit e28ae0b
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package advancedcluster_test
import (
"fmt"
"os"
"regexp"
"testing"

"github.com/hashicorp/terraform-plugin-testing/helper/resource"
Expand Down Expand Up @@ -113,11 +112,6 @@ func TestMigAdvancedCluster_shardedMigrationFromOldToNewSchema(t *testing.T) {
Config: configShardedTransitionOldToNewSchema(orgID, projectName, clusterName, false),
Check: checkShardedTransitionOldToNewSchema(false),
},
{
ProtoV6ProviderFactories: acc.TestAccProviderV6Factories,
Config: configShardedTransitionOldToNewSchema(orgID, projectName, clusterName, true),
ExpectError: regexp.MustCompile("SERVICE_UNAVAILABLE"),
},
{
ProtoV6ProviderFactories: acc.TestAccProviderV6Factories,
Config: configShardedTransitionOldToNewSchema(orgID, projectName, clusterName, true),
Expand All @@ -144,11 +138,6 @@ func TestMigAdvancedCluster_geoShardedMigrationFromOldToNewSchema(t *testing.T)
Config: configGeoShardedTransitionOldToNewSchema(orgID, projectName, clusterName, false),
Check: checkGeoShardedTransitionOldToNewSchema(false),
},
{
ProtoV6ProviderFactories: acc.TestAccProviderV6Factories,
Config: configShardedTransitionOldToNewSchema(orgID, projectName, clusterName, true),
ExpectError: regexp.MustCompile("SERVICE_UNAVAILABLE"),
},
{
ProtoV6ProviderFactories: acc.TestAccProviderV6Factories,
Config: configGeoShardedTransitionOldToNewSchema(orgID, projectName, clusterName, true),
Expand Down

0 comments on commit e28ae0b

Please sign in to comment.