Skip to content

Commit

Permalink
remove n/a todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dikhan committed Sep 13, 2019
1 parent 267e978 commit 22246e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openapi/data_source_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ func (d dataSourceFactory) validateInput(data *schema.ResourceData) error {
if len(filterValue) > 1 {
return fmt.Errorf("filters for primitive properties can not have more than one value in the values field")
}

// TODO: validate that the filter values contain just one element for specSchemaDefinitionProperty of type primitive. error out otherwise

}
return nil
}

0 comments on commit 22246e5

Please sign in to comment.