We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4a079 commit d8f6398Copy full SHA for d8f6398
internal/provider/resources/resource_team_test.go
@@ -74,7 +74,7 @@ func TestAcc_ResourceTeam(t *testing.T) {
74
},
75
76
}),
77
- ExpectError: regexp.MustCompile(fmt.Sprintf("Role '%s' is not valid for role type '%s'", string(iam.ORGANIZATIONOWNER), string(iam.WORKSPACE))),
+ ExpectError: regexp.MustCompile(".*value must be one of.*"),
78
79
// Test failure: check for missing corresponding workspace role if deployment role is present
80
{
0 commit comments