Commit Graph

2 Commits

Author SHA1 Message Date
Kentaro Hayashi
879ef010e6 Fix test failure by missing parameters
It fixes the following test

Failure: test: .initial_params(Fluentd::Setting::InForwardTest)
/work/fluentd/fluentdui/fluentd-ui/test/models/fluentd/setting/in_forward_test.rb:62:in `block in <class:InForwardTest>'
     59:           }
     60:         },
     61:       }
  => 62:       assert_equal(expected, @klass.initial_params)
     63:     end
     64:
     65:     test "#valid?" do
<{:backlog=>nil,

Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
2021-04-14 18:04:43 +09:00
Kenji Okimoto
5b882568f7
Add test/models/fluentd/setting/*_test.rb
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-08-02 14:10:46 +09:00