mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +00:00
whoops i broke the tests
This commit is contained in:
parent
dec8216a78
commit
90a16243a6
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user