Make provider holdable #228
Annotations
3 errors
spec/unit/puppet/provider/package/snap_spec.rb#L53
Puppet::Type::Package::ProviderSnap installing without any option generates correct request
Failure/Error: request['time'] = 'forever' if options.empty? && action.equal?('hold')
NoMethodError:
undefined method `empty?' for nil:NilClass
|
spec/unit/puppet/provider/package/snap_spec.rb#L60
Puppet::Type::Package::ProviderSnap installing with channel generates correct request
Failure/Error: request['time'] = 'forever' if options.empty? && action.equal?('hold')
NoMethodError:
undefined method `empty?' for nil:NilClass
|
|
The logs for this run have expired and are no longer available.
Loading