Skip to content

Commit

Permalink
Remove error check from GetTerraformCompliantDataSources - no longer …
Browse files Browse the repository at this point in the history
…returns an error
  • Loading branch information
lillchan committed Sep 19, 2019
1 parent 221d817 commit f5fe35f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openapi/openapi_spec_analyser_stub.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ func (s *specAnalyserStub) GetTerraformCompliantResources() ([]SpecResource, err
}

func (s *specAnalyserStub) GetTerraformCompliantDataSources() []SpecResource {
if s.error != nil {
return nil
}
return s.resources
}

Expand Down

0 comments on commit f5fe35f

Please sign in to comment.