Ensure PPAs in tests have valid form
[puppet-modules/puppetlabs-apt.git] / spec / defines / source_spec.rb
index 8a2cfcc7475698bb477061131c885475eb15ea28..cfae55cc8f7e2ae01989a4fd2e26dedde6687bad 100644 (file)
@@ -227,7 +227,7 @@ describe 'apt::source' do
 
     it { is_expected.to contain_apt__setting('list-my_source').with({
       :ensure => 'present',
-    }).with_content(/# my_source\ndeb-src \[arch=x86_64 \] hello.there wheezy main\n/)
+    }).with_content(/# my_source\ndeb-src \[arch=x86_64\] hello.there wheezy main\n/)
     }
   end