Skip to content

Commit 93c07ea

Browse files
committed
Fixup typo
1 parent f2e7a1c commit 93c07ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/kibana/role_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func TestAccResourceKibanaSecurityRole(t *testing.T) {
5151
},
5252
{
5353
SkipFunc: versionutils.CheckIfVersionIsUnsupported(minSupportedDescriptionVersion),
54-
Config: testAccResourceSecurityRoleWithDescrition(roleName),
54+
Config: testAccResourceSecurityRoleWithDescription(roleName),
5555
Check: resource.ComposeTestCheckFunc(
5656
resource.TestCheckResourceAttr("elasticstack_kibana_security_role.test", "name", roleName),
5757
resource.TestCheckNoResourceAttr("elasticstack_kibana_security_role.test", "kibana.0.feature.#"),
@@ -185,7 +185,7 @@ resource "elasticstack_kibana_security_role" "test" {
185185
`, roleName)
186186
}
187187

188-
func testAccResourceSecurityRoleWithDescrition(roleName string) string {
188+
func testAccResourceSecurityRoleWithDescription(roleName string) string {
189189
return fmt.Sprintf(`
190190
provider "elasticstack" {
191191
elasticsearch {}

0 commit comments

Comments
 (0)