Skip to content

Commit

Permalink
[ignore] Fix tests case assertion in aci_rest_managed after capitalis…
Browse files Browse the repository at this point in the history
…ation of error message change
  • Loading branch information
akinross committed Jul 4, 2024
1 parent db242cb commit 70db964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_aci_rest_managed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ func TestAccAciRestManaged_globalAllowExistingOnCreate(t *testing.T) {
Steps: []resource.TestStep{
{
Config: testAccAciRestManagedConfig_globalAllowExisting(name),
ExpectError: regexp.MustCompile("object already exists"),
ExpectError: regexp.MustCompile("Object Already Exists"),
},
},
})
Expand Down

0 comments on commit 70db964

Please sign in to comment.