Skip to content

Commit 42cf0c8

Browse files
authored
fix TestAccConfigDSOrganization_noAccessShouldFail (#3426)
1 parent b5c7971 commit 42cf0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/organization/resource_organization_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func TestAccConfigDSOrganization_noAccessShouldFail(t *testing.T) {
168168
Steps: []resource.TestStep{
169169
{
170170
Config: configWithPluralDS("555") + acc.ConfigOrgMemberProvider(),
171-
ExpectError: regexp.MustCompile("error getting organization settings .*"),
171+
ExpectError: regexp.MustCompile("error getting organizations information:"),
172172
},
173173
},
174174
})

0 commit comments

Comments
 (0)