mirror of
				https://github.com/krislamo/puppet-fluentd
				synced 2025-11-04 02:38:35 +00:00 
			
		
		
		
	whoops i broke the tests
This commit is contained in:
		@@ -13,7 +13,7 @@ describe 'fluentd::filter' do
 | 
			
		||||
        let(:title) { 'test' }
 | 
			
		||||
        let(:params) do
 | 
			
		||||
          {
 | 
			
		||||
            priority: '20',
 | 
			
		||||
            priority: 20,
 | 
			
		||||
            pattern: '*.test',
 | 
			
		||||
            config: {
 | 
			
		||||
              'type'   => 'record_transformer',
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@ describe 'fluentd::match' do
 | 
			
		||||
        let(:title) { 'test' }
 | 
			
		||||
        let(:params) do
 | 
			
		||||
          {
 | 
			
		||||
              priority: '30',
 | 
			
		||||
              priority: 30,
 | 
			
		||||
              pattern: '*.test',
 | 
			
		||||
              config: {
 | 
			
		||||
                  'flush_interval' => '30s',
 | 
			
		||||
@@ -41,7 +41,7 @@ describe 'fluentd::match' do
 | 
			
		||||
        let(:title) { 'test' }
 | 
			
		||||
        let(:params) do
 | 
			
		||||
          {
 | 
			
		||||
              priority: '30',
 | 
			
		||||
              priority: 30,
 | 
			
		||||
              pattern: '*.test',
 | 
			
		||||
              config: {
 | 
			
		||||
                  'type'  => 'copy',
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@ describe 'fluentd::source' do
 | 
			
		||||
        let(:title) { 'test' }
 | 
			
		||||
        let(:params) do
 | 
			
		||||
          {
 | 
			
		||||
              priority: '10',
 | 
			
		||||
              priority: 10,
 | 
			
		||||
              config: {
 | 
			
		||||
                'type'   => 'tail',
 | 
			
		||||
                'format' => 'json',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user