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 9ad3bdd commit 069ea39Copy full SHA for 069ea39
provider/provider_test.go
@@ -45,7 +45,7 @@ func init() {
45
46
testAccProvider.ResourcesMap["keycloak_openid_client"].DeleteContext = func(ctx context.Context, data *schema.ResourceData, i interface{}) diag.Diagnostics {
47
if data.State().Attributes["client_id"] == "account" {
48
- return diag.Diagnostics{}
+ return nil
49
} else {
50
return resourceKeycloakOpenidClientDelete(ctx, data, i)
51
}
0 commit comments