diff options
Diffstat (limited to 'spec/integration')
-rw-r--r-- | spec/integration/provider/sshkey_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/provider/sshkey_spec.rb b/spec/integration/provider/sshkey_spec.rb index cd1f9bb..770825b 100644 --- a/spec/integration/provider/sshkey_spec.rb +++ b/spec/integration/provider/sshkey_spec.rb @@ -85,7 +85,7 @@ describe Puppet::Type.type(:sshkey).provider(:parsed), unless: Puppet.features.m aliases = { 'dsa' => 'ssh-dss', 'ed25519' => 'ssh-ed25519', - 'rsa' => 'ssh-rsa' + 'rsa' => 'ssh-rsa', } types.each do |type| it "should update an entry with #{type} type" do |