diff --git a/internal/auth0/client/resource_test.go b/internal/auth0/client/resource_test.go index e5907ba5..9a4d33ca 100644 --- a/internal/auth0/client/resource_test.go +++ b/internal/auth0/client/resource_test.go @@ -2457,7 +2457,7 @@ resource "auth0_client" "my_client" { } ` -// In this case, the default value should be set for OIDCLogout +// In this case, the default value should be set for OIDCLogout. const testAccUpdateClientWithOIDCLogoutWhenRemovedFromConfig = ` resource "auth0_client" "my_client" { name = "Acceptance Test - OIDC Logout - {{.testName}}"