Skip to content

Commit

Permalink
old expectation was tripping up tests, fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
chorankates-sfdc committed Aug 25, 2016
1 parent 7b08faf commit e028945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouster/deltas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def get_services(cache=true, humanize=true, type=:all, seed=nil)

type.each do |provider|

raise InternalError.new(sprintf('unable to get service information from VM operating system[%s]', os)) unless commands.has_key?(os)
raise InternalError.new(sprintf('unable to get service information from VM operating system[%s]', os)) if provider.eql?(:invalid)
raise ArgumentError.new(sprintf('unable to find command provider[%s] for [%s]', provider, os)) if commands[os][provider].nil?

@logger.info(sprintf('get_services using provider [%s] on [%s]', provider, os))
Expand Down

0 comments on commit e028945

Please sign in to comment.