Skip to content

Commit

Permalink
Remove GetRest leftover from datasources API validator. (#5065)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX authored Nov 27, 2024
1 parent 0626447 commit 134b902
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/api/protobuf/go/minder/v1/validators.go
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,6 @@ func (ds *DataSource) Validate() error {
return fmt.Errorf("%w: data source driver is not a valid driver", ErrValidationFailed)
}

ds.GetRest()

return val.Validate()
}

Expand Down

0 comments on commit 134b902

Please sign in to comment.