Fixing validation issue

Latest() should not have been added Validate

Closes #7797

Signed-off-by: Matt Farina <matt@mattfarina.com>
pull/7810/head
Matt Farina 6 years ago
parent c35b2b1cce
commit 4aafed7457
No known key found for this signature in database
GPG Key ID: 9436E80BFBA46909

@ -208,7 +208,6 @@ func (c *Client) Validate(namespace string, reader io.Reader) error {
DefaultNamespace().
// Schema(c.validator()). // No schema validation
Stream(reader, "").
Latest().
Flatten().
Do().Infos()
return scrubValidationError(err)

Loading…
Cancel
Save