modulesync 9.3.0 #91
ci.yml
on: pull_request
Puppet
/
Static validations
53s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
1s
Annotations
5 errors
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/provider/sshd_config/augeas_spec.rb#L58
Puppet::Type::Sshd_config::ProviderAugeas with empty file creates a simple entry for GSSAPIKexAlgorithms
Failure/Error: expect(aug.get('GSSAPIKexAlgorithms')).to eq('gss-group14-sha1-')
expected: "gss-group14-sha1-"
got: nil
(compared using ==)
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/provider/sshd_config/augeas_spec.rb#L58
Puppet::Type::Sshd_config::ProviderAugeas with empty file creates a simple entry for GSSAPIKexAlgorithms
Failure/Error: expect(aug.get('GSSAPIKexAlgorithms')).to eq('gss-group14-sha1-')
expected: "gss-group14-sha1-"
got: nil
(compared using ==)
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|