Skip to content

Commit ec51d30

Browse files
committed
Fix lint errors
1 parent 1f34a71 commit ec51d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/kibana/role_data_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
func TestAccDataSourceKibanaSecurityRole(t *testing.T) {
1212
resource.Test(t, resource.TestCase{
1313
PreCheck: func() { acctest.PreCheck(t) },
14-
ProtoV5ProviderFactories: acctest.Providers,
14+
ProtoV6ProviderFactories: acctest.Providers,
1515
Steps: []resource.TestStep{
1616
{
1717
Config: testAccDataSourceSecurityRole,

internal/kibana/role_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func TestAccResourceKibanaSecurityRole(t *testing.T) {
1919
resource.Test(t, resource.TestCase{
2020
PreCheck: func() { acctest.PreCheck(t) },
2121
CheckDestroy: checkResourceSecurityRoleDestroy,
22-
ProtoV5ProviderFactories: acctest.Providers,
22+
ProtoV6ProviderFactories: acctest.Providers,
2323
Steps: []resource.TestStep{
2424
{
2525
Config: testAccResourceSecurityRoleCreate(roleName),

0 commit comments

Comments
 (0)