1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00

whoops i broke the tests

This commit is contained in:
Christian Becker 2018-01-17 11:22:32 +01:00
parent dec8216a78
commit 90a16243a6
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ describe 'fluentd::filter' do
let(:title) { 'test' }
let(:params) do
{
priority: '20',
priority: 20,
pattern: '*.test',
config: {
'type' => 'record_transformer',

View File

@ -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',

View File

@ -13,7 +13,7 @@ describe 'fluentd::source' do
let(:title) { 'test' }
let(:params) do
{
priority: '10',
priority: 10,
config: {
'type' => 'tail',
'format' => 'json',