Skip to content

Commit b19220f

Browse files
authored
Remove validators.Known() on endpoint. (#866)
1 parent 05c650a commit b19220f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ec/provider.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ func (p *Provider) Schema(_ context.Context, req provider.SchemaRequest, resp *p
133133
Description: fmt.Sprintf(endpointDesc, api.ESSEndpoint),
134134
Optional: true,
135135
Validators: []validator.String{
136-
validators.Known(),
137136
validators.IsURLWithSchemeValidator(validURLSchemes),
138137
},
139138
},

0 commit comments

Comments
 (0)