Skip to content

Commit

Permalink
Remove validators.Known() on endpoint. (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGkinis authored Oct 11, 2024
1 parent 05c650a commit b19220f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ec/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ func (p *Provider) Schema(_ context.Context, req provider.SchemaRequest, resp *p
Description: fmt.Sprintf(endpointDesc, api.ESSEndpoint),
Optional: true,
Validators: []validator.String{
validators.Known(),
validators.IsURLWithSchemeValidator(validURLSchemes),
},
},
Expand Down

0 comments on commit b19220f

Please sign in to comment.