Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
p0pr0ck5 committed Sep 30, 2019
1 parent 8af6e4f commit 73f06d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vault/resource_consul_secret_backend_role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package vault

import (
"fmt"
"strings"
"testing"

"github.com/hashicorp/terraform/helper/acctest"
Expand Down Expand Up @@ -59,6 +58,8 @@ func testAccConsulSecretBackendRoleCheckDestroy(path, name string) func(*terrafo
return fmt.Errorf("Role %q still exists", reqPath)
}
}

return nil
}
}

Expand All @@ -74,7 +75,7 @@ resource "vault_consul_secret_backend_role" "test" {
}`, path, name)
}

func testConsulSecretBackendRole_updateConfig(path, namestring) string {
func testConsulSecretBackendRole_updateConfig(path, name string) string {
return fmt.Sprintf(`
resource "vault_consul_secret_backend_role" "test" {
path = "%s"
Expand Down

0 comments on commit 73f06d3

Please sign in to comment.