Skip to content

Commit 0e8786a

Browse files
committed
make lint
1 parent 89dd28f commit 0e8786a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/elasticsearch/security/api_key/set_unknown_if_access_has_changes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestSetUnknownIfAccessHasChanges(t *testing.T) {
2020
// Define the schema for testing
2121
testSchema := schema.Schema{
2222
Attributes: map[string]schema.Attribute{
23-
"type": schema.StringAttribute{},
23+
"type": schema.StringAttribute{},
2424
"role_descriptors": schema.StringAttribute{},
2525
"access": schema.SingleNestedAttribute{
2626
Attributes: map[string]schema.Attribute{

0 commit comments

Comments
 (0)