Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Rutsaert committed Jun 12, 2019
1 parent 8d7b204 commit ed43216
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions provider/resource_keycloak_realm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,11 +567,10 @@ resource "keycloak_realm" "realm" {
realm = "%s"
enabled = true
display_name = "%s"
internationalization_enabled = true
supported_locales = ["%s"]
default_locale = "%s"
internationalization {
supported_locales = ["%s"]
default_locale = "%s"
}
}
`, realm, realm, supportedLocale, defaultLocale)
}
Expand Down

0 comments on commit ed43216

Please sign in to comment.