Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
duedares-rvj committed Jan 14, 2025
1 parent 0c8dfe1 commit 47ad234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/auth0/client/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down

0 comments on commit 47ad234

Please sign in to comment.