spec/classes/apt_backports_spec.rb: fix Mint case
authorKenyon Ralph <kenyon@kenyonralph.com>
Sun, 20 Dec 2020 09:19:48 +0000 (01:19 -0800)
committerKenyon Ralph <kenyon@kenyonralph.com>
Tue, 12 Jan 2021 22:27:59 +0000 (14:27 -0800)
Per
https://github.com/camptocamp/facterdb/blob/master/facts/3.14/linuxmint-19-x86_64.facts#L324
(assuming LinuxMint 17 used the same capitalization as newer
versions).

spec/classes/apt_backports_spec.rb

index 795344001f1ff2c6527f32a400ec818fd6bf70c0..2f3865bc32c8ade2aaa27c97791c77b80e45897e 100644 (file)
@@ -131,14 +131,14 @@ describe 'apt::backports', type: :class do
       {
         os: {
           family: 'Debian',
-          name: 'Linuxmint',
+          name: 'LinuxMint',
           release: {
             major: '17',
             full: '17',
           },
           distro: {
             codename: 'qiana',
-            id: 'linuxmint',
+            id: 'LinuxMint',
           },
         },
       }