We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c7971 commit 42cf0c8Copy full SHA for 42cf0c8
internal/service/organization/resource_organization_test.go
@@ -168,7 +168,7 @@ func TestAccConfigDSOrganization_noAccessShouldFail(t *testing.T) {
168
Steps: []resource.TestStep{
169
{
170
Config: configWithPluralDS("555") + acc.ConfigOrgMemberProvider(),
171
- ExpectError: regexp.MustCompile("error getting organization settings .*"),
+ ExpectError: regexp.MustCompile("error getting organizations information:"),
172
},
173
174
})
0 commit comments